mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:19:32 +08:00
管理人员角色删除功能以及选择权限弹窗样式优化
This commit is contained in:
@@ -34,6 +34,7 @@ export const TreeAdminroles = (props: PropInterface) => {
|
||||
}
|
||||
setTreeData(new_arr);
|
||||
}
|
||||
onSelect([], "");
|
||||
});
|
||||
}, [props.refresh]);
|
||||
const onSelect = (selectedKeys: any, info: any) => {
|
||||
|
||||
Reference in New Issue
Block a user