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 + } }