|
@@ -488,7 +488,7 @@ export default {
|
|
|
code: this.paperInfo.examScope === 'school' ? this.paperInfo.examSchool : this.paperInfo.creatorId, //个人ID或者学校编码
|
|
|
scode: this.paperInfo.examCode, //原本评测活动的完整code:'Exam-hbcn'
|
|
|
paperId: this.paperInfo.id, //试卷ID
|
|
|
- subjectId: this.paperInfo.subjectId, //科目ID
|
|
|
+ subjectId: this.paperInfo.examSubject[this.subjectIndex]?.id, //科目ID
|
|
|
paperAns: [], //作答记录的完整数组
|
|
|
point: [], //完整配分的数组
|
|
|
kno: [], //知识点
|