chore: 删除后需要重新加载

master
dap 1 year ago
parent 4ea9b0d342
commit 8395a7f167

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

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

Loading…
Cancel
Save