mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 13:09:55 +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);
|
||||
|
||||
Reference in New Issue
Block a user