mirror of
https://github.com/PlayEdu/backend
synced 2025-06-28 22:24:17 +08:00
数据结构重构优化
This commit is contained in:
parent
0cda0e0a73
commit
70240669f2
@ -267,7 +267,6 @@ export const CourseCreate: React.FC<PropInterface> = ({
|
|||||||
setHours(keys);
|
setHours(keys);
|
||||||
setTreeData(data);
|
setTreeData(data);
|
||||||
setVideoVisible(false);
|
setVideoVisible(false);
|
||||||
console.log(keys, data);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const selectChapterData = (arr: any, videos: any) => {
|
const selectChapterData = (arr: any, videos: any) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user