From 93b90eab3f68d5470cbee44824b2f921afa06e3a Mon Sep 17 00:00:00 2001 From: "0.0" <1092404103.qq.com> Date: Thu, 17 Aug 2023 10:40:09 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E6=8A=A5=E6=8D=9F=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basicdata/warehouse/tray/basicdataTray.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/basicdata/warehouse/tray/basicdataTray.vue b/src/views/basicdata/warehouse/tray/basicdataTray.vue index 42f2ee77..8a16a7c9 100644 --- a/src/views/basicdata/warehouse/tray/basicdataTray.vue +++ b/src/views/basicdata/warehouse/tray/basicdataTray.vue @@ -178,12 +178,17 @@ submitForm(){ let row = {} row.id = this.damagedform.id + row.trayStatus=3 + row.damagedPhotos = this.damagedform.damagedPhotos.join(",") + row.damagedNote = this.damagedform.damagedNote console.log("更新参数>>>>>>>>",row); update(row).then(() => { this.$message({ type: "success", message: "操作成功!" }); + this.damagedBox = false; + this.onLoad(this.page, this.query); }, error => { loading(); console.log(error);