From 64895582c26e4b6bec0607a6cf19712446004e3a Mon Sep 17 00:00:00 2001 From: mengjiao <3338049200@qq,com> Date: Wed, 10 Jan 2024 11:43:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=B7=A5=E9=A1=B5=E9=9D=A2=E7=9A=84sa?= =?UTF-8?q?p=E6=94=B6=E8=B4=A7=E6=8C=89=E9=92=AE=EF=BC=8C=E5=92=8C?= =?UTF-8?q?=E6=88=90=E5=93=81=E5=85=A5=E5=BA=93=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E8=BF=87=E8=B4=A6=E6=8C=89=E9=92=AE=E4=BF=AE=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/reportWork/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/mes/reportWork/index.vue b/src/views/mes/reportWork/index.vue index 3d85b8f..f2b00ea 100644 --- a/src/views/mes/reportWork/index.vue +++ b/src/views/mes/reportWork/index.vue @@ -1114,9 +1114,11 @@ export default { }); console.log("仓库---"+this.selectedWarehouse) const reportRowsJson = JSON.stringify(this.reportRows); // 将this.reportRows转换为JSON字符串 + this.loading = true; submitReportPSSAP(reportRowsJson).then(response => { this.$modal.msgSuccess("操作成功"); - this.openReport = false; + this.loading = false; + this.openReportSAP = false; this.getList(); }); },