|
@@ -515,6 +515,7 @@ export default {
|
|
|
orgId: teachingRoomId,
|
|
|
});
|
|
|
this.examTask.cardRuleId = examPrintPlan.cardRuleId;
|
|
|
+ this.examTaskDetail.review = examPrintPlan.review;
|
|
|
this.examTaskDetail.includePaper =
|
|
|
examPrintPlan.printContent.indexOf("PAPER") !== -1;
|
|
|
this.updateTaskInfo({
|
|
@@ -524,6 +525,7 @@ export default {
|
|
|
examPrintPlan
|
|
|
),
|
|
|
infoExamTask: this.examTask,
|
|
|
+ infoExamTaskDetail: this.examTaskDetail,
|
|
|
});
|
|
|
}
|
|
|
},
|