Browse Source

FWHL-267

hella_online_20250313
王宇飞 4 weeks ago
parent
commit
d634782404
  1. 6
      src/views/wms/basicDataManage/factoryModeling/location/index.vue

6
src/views/wms/basicDataManage/factoryModeling/location/index.vue

@ -252,11 +252,13 @@ const handleDelete = async (id: number) => {
tableObject.loading = true tableObject.loading = true
// //
await LocationApi.deleteLocation(id) await LocationApi.deleteLocation(id)
tableObject.loading = false
message.success(t('common.delSuccess')) message.success(t('common.delSuccess'))
} finally {
tableObject.loading = false
// //
buttonBaseClick('refresh',null) buttonBaseClick('refresh',null)
} catch {} }
} }
/** 导出按钮操作 */ /** 导出按钮操作 */

Loading…
Cancel
Save