@@ -81,6 +81,7 @@ export default {
}, 500)
},
print() {
+ this.waitShowPrinter = true
try {
if (typeof this.addPrint === 'function') {
this.addPrint('addPrints').then(() => {
@@ -80,6 +80,8 @@ export default {
+
@@ -90,6 +90,7 @@ export default {
async print() {
if (this.getNewDetailPrintDisString) {
const { data } = await this.getNewDetailPrintDisString()