2
0

取消勾选后重置

This commit is contained in:
lai
2024-12-30 16:44:40 +08:00
parent 6860c035c6
commit 0a1f0d94d8
3 changed files with 20 additions and 12 deletions

View File

@@ -133,6 +133,10 @@ async function handleBatchDelete() {
const { error } = await doDeleteLog(checkedRowKeys.value);
if (!error) {
onBatchDeleted();
// 取消勾选
if (checkedRowKeys.value.length > 0) {
checkedRowKeys.value = [];
}
}
}