From c4bde6d665557a648b4e0086d33d54adddbdac07 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Fri, 10 Apr 2026 15:08:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E4=BD=8D=E7=AE=A1=E7=90=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../storagelocationBasic.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/logisticsManagement/storagelocationBasic.vue b/src/views/logisticsManagement/storagelocationBasic.vue index 90c76d7..4875b59 100644 --- a/src/views/logisticsManagement/storagelocationBasic.vue +++ b/src/views/logisticsManagement/storagelocationBasic.vue @@ -157,15 +157,15 @@ export default { row.locationStatus = Number(newStatus); console.log(row,'更新状态'); // // 调用更新接口 - // locationUpdate(row) - // .then(() => { - // this.$message.success('状态修改成功'); - // this.onLoad(this.page, this.query); - // }) - // .catch(err => { - // this.$message.error('状态修改失败'); - // console.error(err); - // }); + locationUpdate(row) + .then(() => { + this.$message.success('状态修改成功'); + this.onLoad(this.page, this.query); + }) + .catch(err => { + this.$message.error('状态修改失败'); + console.error(err); + }); }) .catch(() => { // 用户取消