修改一个试卷提交的地方

This commit is contained in:
daihh
2022-10-16 18:36:42 +08:00
parent 2c80838aff
commit 07fc80b82f

View File

@@ -869,7 +869,8 @@ export default {
data.ucode = this.userInfo.userNo;
if(!this.aloneExamAnswerId){
//大字段在需要的时候才会提交
data.paperJson = JSON.stringify(this.paperQuestion);
//data.paperJson = JSON.stringify(this.paperQuestion);
data.paperJson = this.clearPagerJson();
}
data.scoreType=this.testPaper.scoringType;
data.taskId = this.taskId;