Browse Source

loading

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

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

Loading…
Cancel
Save