mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:09:27 +08:00
部门组件优化
This commit is contained in:
@@ -89,6 +89,7 @@ export const CoursePage = () => {
|
||||
children: (
|
||||
<div className="float-left">
|
||||
<TreeDepartment
|
||||
type="no-course"
|
||||
text={"部门"}
|
||||
onUpdate={(keys: any, title: any) => {
|
||||
setDepIds(keys);
|
||||
|
||||
@@ -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