From d634782404edd5136898aed867f2e4b5e84bb1d5 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Tue, 11 Mar 2025 14:48:40 +0800 Subject: [PATCH] FWHL-267 --- .../wms/basicDataManage/factoryModeling/location/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/wms/basicDataManage/factoryModeling/location/index.vue b/src/views/wms/basicDataManage/factoryModeling/location/index.vue index fd21fb680..6f2535ccf 100644 --- a/src/views/wms/basicDataManage/factoryModeling/location/index.vue +++ b/src/views/wms/basicDataManage/factoryModeling/location/index.vue @@ -252,11 +252,13 @@ const handleDelete = async (id: number) => { tableObject.loading = true // 发起删除 await LocationApi.deleteLocation(id) - tableObject.loading = false message.success(t('common.delSuccess')) + + } finally { + tableObject.loading = false // 刷新列表 buttonBaseClick('refresh',null) - } catch {} + } } /** 导出按钮操作 */