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(() => {