chore: checked.value = false

This commit is contained in:
dap
2024-10-06 10:15:17 +08:00
parent 476106165f
commit b01ac1bca4
11 changed files with 13 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ function handleMultiDelete() {
onOk: async () => {
await postRemove(ids);
await tableApi.query();
checked.value = false;
},
});
}