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