chore: 删除后需要重新加载

This commit is contained in:
dap 2024-10-20 17:59:10 +08:00
parent 4ea9b0d342
commit 8395a7f167
2 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,7 @@ function handleClear() {
confirmDeleteModal({
onValidated: async () => {
await loginInfoClean();
await tableApi.reload();
},
});
}

View File

@ -125,6 +125,7 @@ function handleClear() {
confirmDeleteModal({
onValidated: async () => {
await operLogClean();
await tableApi.reload();
},
});
}