mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 06:16:44 +08:00
修改一个试卷提交的地方
This commit is contained in:
@@ -869,7 +869,8 @@ export default {
|
|||||||
data.ucode = this.userInfo.userNo;
|
data.ucode = this.userInfo.userNo;
|
||||||
if(!this.aloneExamAnswerId){
|
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.scoreType=this.testPaper.scoringType;
|
||||||
data.taskId = this.taskId;
|
data.taskId = this.taskId;
|
||||||
|
|||||||
Reference in New Issue
Block a user