资源分类、部门点击展开

This commit is contained in:
禺狨
2023-03-15 11:00:03 +08:00
parent 3f9f6abf03
commit 35ea9e8877
4 changed files with 25 additions and 3 deletions

View File

@@ -37,9 +37,9 @@ export const DepartmentPage: React.FC = () => {
const onSelect = (selectedKeys: any, info: any) => {
setSelectKey(selectedKeys);
console.log(selectedKeys);
};
const through = (p: string) => {
if (!permisssions) {
return false;