mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-27 06:53:23 +08:00
chore: 删除后需要重新加载
This commit is contained in:
@@ -109,6 +109,7 @@ function handleClear() {
|
|||||||
confirmDeleteModal({
|
confirmDeleteModal({
|
||||||
onValidated: async () => {
|
onValidated: async () => {
|
||||||
await loginInfoClean();
|
await loginInfoClean();
|
||||||
|
await tableApi.reload();
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -125,6 +125,7 @@ function handleClear() {
|
|||||||
confirmDeleteModal({
|
confirmDeleteModal({
|
||||||
onValidated: async () => {
|
onValidated: async () => {
|
||||||
await operLogClean();
|
await operLogClean();
|
||||||
|
await tableApi.reload();
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user