mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-30 15:19:32 +08:00
Fix: table delete not refresh
This commit is contained in:
parent
73750b1070
commit
eb09b65ee6
@ -127,6 +127,8 @@ const deleteUser = async (userList: string[]) => {
|
||||
await execute({
|
||||
data: userList
|
||||
});
|
||||
message.success(t("删除成功"));
|
||||
await fetchData();
|
||||
} catch (error: any) {
|
||||
message.error(error.message);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user