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

@ -230,6 +230,7 @@ const handleDeleteBatch = async () => {
// 删除的二次确认
await message.delConfirm()
await Demo03StudentApi.deleteDemo03StudentList(checkedIds.value)
checkedIds.value = []
message.success(t('common.delSuccess'))
await getList()
} catch {}