From c18f957bb013a70bbd43fe3e920e8c14d26e1cf5 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Tue, 11 Mar 2025 14:49:12 +0800 Subject: [PATCH] loading --- .../wms/basicDataManage/factoryModeling/location/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/wms/basicDataManage/factoryModeling/location/index.vue b/src/views/wms/basicDataManage/factoryModeling/location/index.vue index 6f2535ccf..75ec2a43e 100644 --- a/src/views/wms/basicDataManage/factoryModeling/location/index.vue +++ b/src/views/wms/basicDataManage/factoryModeling/location/index.vue @@ -253,11 +253,11 @@ const handleDelete = async (id: number) => { // 发起删除 await LocationApi.deleteLocation(id) message.success(t('common.delSuccess')) - - } finally { - tableObject.loading = false // 刷新列表 buttonBaseClick('refresh',null) + } finally { + tableObject.loading = false + } }