mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 13:09:55 +08:00
部门组件优化
This commit is contained in:
@@ -183,6 +183,7 @@ export const MemberPage: React.FC = () => {
|
||||
<div className="tree-main-body">
|
||||
<div className="left-box">
|
||||
<TreeDepartment
|
||||
type=""
|
||||
text={"部门"}
|
||||
onUpdate={(keys: any, title: any) => {
|
||||
setDepIds(keys);
|
||||
|
||||
Reference in New Issue
Block a user