mirror of
https://github.com/PlayEdu/backend
synced 2025-07-22 06:02:18 +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 selectData = (arr: any, videos: any) => {
|
||||||
const hours: any = [];
|
const hours: any = [];
|
||||||
console.log(videos);
|
|
||||||
for (let i = 0; i < videos.length; i++) {
|
for (let i = 0; i < videos.length; i++) {
|
||||||
if (videos[i].disabled === false) {
|
if (videos[i].disabled === false) {
|
||||||
hours.push({
|
hours.push({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user