mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:19:45 +08:00
左侧菜单优化
This commit is contained in:
@@ -81,7 +81,7 @@ export const SystemAdminrolesPage: React.FC = () => {
|
||||
const delUser = (id: any) => {
|
||||
adminRole.destroyAdminRole(id).then((res: any) => {
|
||||
message.success("操作成功");
|
||||
setRefresh(!refresh);
|
||||
resetData();
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user