From e20e922adb4b25cff17b826d3a1baee30d451827 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Fri, 10 Apr 2026 15:09:58 +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 --- src/views/logisticsManagement/storagelocationBasic.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/logisticsManagement/storagelocationBasic.vue b/src/views/logisticsManagement/storagelocationBasic.vue index 4875b59..cace1da 100644 --- a/src/views/logisticsManagement/storagelocationBasic.vue +++ b/src/views/logisticsManagement/storagelocationBasic.vue @@ -156,6 +156,7 @@ export default { .then(() => { row.locationStatus = Number(newStatus); console.log(row,'更新状态'); + this.loading = true; // // 调用更新接口 locationUpdate(row) .then(() => {