mirror of
https://github.com/PlayEdu/backend
synced 2025-12-25 19:49:56 +08:00
===优化
This commit is contained in:
@@ -73,7 +73,7 @@ export const CoursePage = () => {
|
||||
text={"分类"}
|
||||
onUpdate={(keys: any, title: any) => {
|
||||
setCategoryIds(keys);
|
||||
if (typeof title == "string") {
|
||||
if (typeof title === "string") {
|
||||
setLabel(title);
|
||||
} else {
|
||||
setLabel(title.props.children[0]);
|
||||
|
||||
Reference in New Issue
Block a user