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

@@ -123,6 +123,9 @@ async function handleUnlock() {
const { userName } = records[0];
await userUnlock(userName);
await tableApi.query();
checked.value = false;
canUnlock.value = false;
tableApi.grid.clearCheckboxRow();
}
</script>