fix: 修复批量删除后 checkedIds 未重置的问题
This commit is contained in:
@ -228,6 +228,7 @@ const handleDeleteBatch = async () => {
|
||||
await message.delConfirm()
|
||||
// 发起批量删除
|
||||
await ConfigApi.deleteConfigList(checkedIds.value)
|
||||
checkedIds.value = []
|
||||
message.success(t('common.delSuccess'))
|
||||
// 刷新列表
|
||||
await getList()
|
||||
|
||||
Reference in New Issue
Block a user