取消勾选后重置
This commit is contained in:
@@ -133,6 +133,10 @@ async function handleBatchDelete() {
|
||||
const { error } = await doDeleteLog(checkedRowKeys.value);
|
||||
if (!error) {
|
||||
onBatchDeleted();
|
||||
// 取消勾选
|
||||
if (checkedRowKeys.value.length > 0) {
|
||||
checkedRowKeys.value = [];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user