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(); }) }, // 获取订单信息