部门组件优化

This commit is contained in:
禺狨
2023-03-22 11:12:47 +08:00
parent 05ffe7eff9
commit e182d75a69
4 changed files with 15 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ export const CoursePage = () => {
children: (
<div className="float-left">
<TreeDepartment
type="no-course"
text={"部门"}
onUpdate={(keys: any, title: any) => {
setDepIds(keys);

View File

@@ -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);