mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 05:16:43 +08:00
提交课程制作的修改
This commit is contained in:
@@ -741,6 +741,7 @@
|
||||
this.converStatus = rs.result.converStatus;
|
||||
this.courseFileShow = false;
|
||||
this.cware.content.pdfPath=rs.result.previewFilePath;
|
||||
this.cware.content.content=rs.result.previewFilePath;
|
||||
this.$forceUpdate();
|
||||
}
|
||||
});
|
||||
@@ -816,7 +817,7 @@
|
||||
chooseHasCWare(row){
|
||||
this.cware.content.contentRefId=row.id;
|
||||
this.cware.content.contentName=row.name;
|
||||
// this.cware.content.content=row.filePath;
|
||||
this.cware.content.content=row.filePath;
|
||||
this.cware.curriculumData.url = row.filePath;
|
||||
this.cware.content.duration=row.duration;//时长
|
||||
this.cware.findShow=false;
|
||||
|
||||
Reference in New Issue
Block a user