mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 03:39:34 +08:00
资源分类、部门点击展开
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user