解决弹出的打印界面存在缓存的bug

This commit is contained in:
季圣华
2022-08-11 22:48:57 +08:00
parent e0130e35a6
commit 00999ec10f

View File

@@ -59,6 +59,7 @@
this.close()
},
close() {
this.billPrintUrl = ''
this.$emit('close');
this.visible = false;
}