mirror of
https://github.com/PlayEdu/backend
synced 2025-07-21 00:09:38 +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 [dep_ids, setDepIds] = useState<any>([]);
|
||||||
const [selLabel, setLabel] = useState<string>("全部课程");
|
const [selLabel, setLabel] = useState<string>("全部课程");
|
||||||
const [categoryCount, setCategoryCount] = useState<any>({});
|
const [categoryCount, setCategoryCount] = useState<any>({});
|
||||||
<<<<<<< HEAD
|
|
||||||
const [tabKey, setTabKey] = useState(1);
|
const [tabKey, setTabKey] = useState(1);
|
||||||
=======
|
|
||||||
const [pureTotal, setPureTotal] = useState(0);
|
const [pureTotal, setPureTotal] = useState(0);
|
||||||
>>>>>>> fc90ddf2cc1481f6aa7fb80b7d2746f7bbc94fcd
|
|
||||||
|
|
||||||
const items: TabsProps["items"] = [
|
const items: TabsProps["items"] = [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user