mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:09:27 +08:00
分类、部门组件点击全部取消选中状态修复
This commit is contained in:
@@ -43,7 +43,7 @@ export const CoursePage = () => {
|
||||
const [category_ids, setCategoryIds] = useState<any>([]);
|
||||
const [title, setTitle] = useState<string>("");
|
||||
const [dep_ids, setDepIds] = useState<any>([]);
|
||||
const [selLabel, setLabel] = useState<string>("全部视频");
|
||||
const [selLabel, setLabel] = useState<string>("全部课程");
|
||||
const [categoryCount, setCategoryCount] = useState<any>({});
|
||||
|
||||
const items: TabsProps["items"] = [
|
||||
|
||||
Reference in New Issue
Block a user