|
@@ -90,6 +90,7 @@ export default {
|
|
}, 500)
|
|
}, 500)
|
|
},
|
|
},
|
|
async print() {
|
|
async print() {
|
|
|
|
+ this.waitShowPrinter = true
|
|
if (this.getNewDetailPrintDisString) {
|
|
if (this.getNewDetailPrintDisString) {
|
|
try {
|
|
try {
|
|
const { data } = await this.getNewDetailPrintDisString()
|
|
const { data } = await this.getNewDetailPrintDisString()
|