管理人员角色删除功能以及选择权限弹窗样式优化

This commit is contained in:
禺狨
2023-04-04 14:32:01 +08:00
parent b2d6b4af75
commit 81e925794b
5 changed files with 72 additions and 25 deletions

View File

@@ -34,6 +34,7 @@ export const TreeAdminroles = (props: PropInterface) => {
}
setTreeData(new_arr);
}
onSelect([], "");
});
}, [props.refresh]);
const onSelect = (selectedKeys: any, info: any) => {