添加编辑打印机

This commit is contained in:
duan
2024-09-11 16:28:56 +08:00
parent 200ecaea29
commit 4f9517ac7f
4 changed files with 189 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
},
setup() {
const toggle = (type) => {
console.log(refs, '调试1')
// console.log(refs, '调试1')
this.$refs.popup.open(type)
}
},