chore: checked false

This commit is contained in:
dap 2024-10-05 23:06:34 +08:00
parent fb4a533499
commit 1ed659177a

View File

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