fix: 修复批量删除后 checkedIds 未重置的问题

This commit is contained in:
puhui999
2025-08-09 12:43:45 +08:00
parent b55b52c1cf
commit 3f43475c34
27 changed files with 32 additions and 5 deletions

View File

@ -228,6 +228,7 @@ const handleDeleteBatch = async () => {
await message.delConfirm()
// 发起批量删除
await ConfigApi.deleteConfigList(checkedIds.value)
checkedIds.value = []
message.success(t('common.delSuccess'))
// 刷新列表
await getList()