From abf74077208026c68fd079385288c9eb2e01e3ab Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Mon, 23 May 2022 13:12:54 +0800 Subject: [PATCH] =?UTF-8?q?FQC=E6=A0=87=E7=AD=BE=E6=89=93=E5=8D=B0=202022-?= =?UTF-8?q?05-223=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/views/modules/common/com-roll-label.vue | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/App.vue b/src/App.vue index b2b0c9d..7e665c6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,7 +11,7 @@ data() { return { query: {}, - version: '1.2.6' + version: '1.2.7' } }, created() { diff --git a/src/views/modules/common/com-roll-label.vue b/src/views/modules/common/com-roll-label.vue index 770feb1..dcf7f0c 100644 --- a/src/views/modules/common/com-roll-label.vue +++ b/src/views/modules/common/com-roll-label.vue @@ -447,12 +447,12 @@ export default { this.$message.warning('选择模板进行打印') return } - const loading = this.$loading({ - lock: true, - text: '正在打印', - spinner: 'el-icon-loading', - background: 'rgba(0, 0, 0, 0.7)' - }); + // const loading = this.$loading({ + // lock: true, + // text: '正在打印', + // spinner: 'el-icon-loading', + // background: 'rgba(0, 0, 0, 0.7)' + // }); let rollNoList = this.rollNos.split(";") this.orderInfo.reportFileList = this.selectReportFileList this.orderInfo.param = this.reportParamList @@ -465,7 +465,7 @@ export default { } else { this.$message.warning(data.msg) } - loading.close(); + // loading.close(); }) }, // 获取订单信息