mirror of
https://github.com/PlayEdu/backend
synced 2025-07-19 19:19:43 +08:00
分类、部门删除预检查
This commit is contained in:
parent
1129678038
commit
f258c3654d
@ -43,11 +43,8 @@ export const CoursePage = () => {
|
||||
const [dep_ids, setDepIds] = useState<any>([]);
|
||||
const [selLabel, setLabel] = useState<string>("全部课程");
|
||||
const [categoryCount, setCategoryCount] = useState<any>({});
|
||||
<<<<<<< HEAD
|
||||
const [tabKey, setTabKey] = useState(1);
|
||||
=======
|
||||
const [pureTotal, setPureTotal] = useState(0);
|
||||
>>>>>>> fc90ddf2cc1481f6aa7fb80b7d2746f7bbc94fcd
|
||||
|
||||
const items: TabsProps["items"] = [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user