嵌入课程,pdf文档,课程管理中查看的问题

This commit is contained in:
daihh
2023-04-06 16:02:59 +08:00
parent 24dc088869
commit fe9663453c

View File

@@ -779,6 +779,10 @@ export default {
this.$message({type: 'error',message: 'SCORM包解析失败'});
}
}else if(row.resType==40){
if(!row.previewFilePath){
row.previewFilePath=row.filePath;
}
}
//console.log(row, 'row');
this.coursewareShow = true;