fix: 修复批量删除后 checkedIds 未重置的问题
This commit is contained in:
@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user