mirror of
https://github.com/PlayEdu/backend
synced 2025-07-19 16:49:33 +08:00
线上课编辑优化
This commit is contained in:
parent
11896ac9a2
commit
11aae7957d
@ -105,7 +105,6 @@ export const CourseHourUpdate: React.FC<PropInterface> = ({
|
||||
|
||||
const selectData = (arr: any, videos: any) => {
|
||||
const hours: any = [];
|
||||
console.log(videos);
|
||||
for (let i = 0; i < videos.length; i++) {
|
||||
if (videos[i].disabled === false) {
|
||||
hours.push({
|
||||
|
Loading…
x
Reference in New Issue
Block a user