|
@@ -415,6 +415,7 @@ export default {
|
|
teachingVideoTypeId: this.form.teachingVideoTypeId,
|
|
teachingVideoTypeId: this.form.teachingVideoTypeId,
|
|
id: this.form.id,
|
|
id: this.form.id,
|
|
title: this.form.title,
|
|
title: this.form.title,
|
|
|
|
+ sort: this.form.sort,
|
|
videoDescribe: this.form.videoDescribe,
|
|
videoDescribe: this.form.videoDescribe,
|
|
videoFileId: this.form.vodVideoFileId,
|
|
videoFileId: this.form.vodVideoFileId,
|
|
coverFileId: this.form.coverFileId
|
|
coverFileId: this.form.coverFileId
|
|
@@ -429,6 +430,7 @@ export default {
|
|
teachingVideoTypeId: this.teachingVideoTypeId,
|
|
teachingVideoTypeId: this.teachingVideoTypeId,
|
|
id: this.form.id,
|
|
id: this.form.id,
|
|
title: this.form.title,
|
|
title: this.form.title,
|
|
|
|
+ sort: this.form.sort,
|
|
videoDescribe: this.form.videoDescribe,
|
|
videoDescribe: this.form.videoDescribe,
|
|
videoFileId: this.form.vodVideoFileId,
|
|
videoFileId: this.form.vodVideoFileId,
|
|
coverFileId: this.form.coverFileId
|
|
coverFileId: this.form.coverFileId
|