|
@@ -464,6 +464,7 @@ export default {
|
|
|
moduleId: 0,
|
|
|
isFromVideo:'',
|
|
|
gradeId:'',
|
|
|
+ courseId:0,
|
|
|
cgType: 0 //对应设计稿弹窗编码
|
|
|
};
|
|
|
},
|
|
@@ -471,6 +472,7 @@ export default {
|
|
|
this.id = option.id;
|
|
|
this.goodsId = option.goodsid;
|
|
|
this.chapterId = option.chapterId;
|
|
|
+ this.courseId = option.courseId;
|
|
|
this.moduleId = option.moduleId;
|
|
|
this.isFromVideo = option.isFromVideo||'';
|
|
|
this.gradeId = option.gradeId || '';
|
|
@@ -699,6 +701,7 @@ export default {
|
|
|
examId: this.id,
|
|
|
goodsId: this.goodsId,
|
|
|
recordId:this.recordId,
|
|
|
+ courseId:this.courseId,
|
|
|
reportStatus:reportStatus,
|
|
|
rightQuestionNum: number,
|
|
|
status: 1,
|
|
@@ -783,6 +786,7 @@ export default {
|
|
|
moduleId:this.moduleId,
|
|
|
gradeId:this.gradeId,
|
|
|
examId: this.id,
|
|
|
+ courseId:this.courseId,
|
|
|
goodsId: this.goodsId,
|
|
|
recordId:this.recordId,
|
|
|
performance:score,
|
|
@@ -1160,6 +1164,7 @@ export default {
|
|
|
goodsId: this.goodsId,
|
|
|
reportStatus:reportStatus,
|
|
|
recordId: this.recordId,
|
|
|
+ courseId:this.courseId,
|
|
|
// rightQuestionNum: number,
|
|
|
status: 1,
|
|
|
// doQuestionIds:doQuestionIds.join(','),
|