|
@@ -141,7 +141,7 @@
|
|
|
<!-- 作答详情 -->
|
|
|
<AnswerTable v-else-if="curBarIndex == 3" :examInfo="examDetaiInfo" :correctData="correctData" class="evaluation-base-info"></AnswerTable>
|
|
|
<!-- 评测试卷 -->
|
|
|
- <ExamPaper v-else-if="curBarIndex == 1" :examInfo="examDetaiInfo" :activityIndex="curEvaIndex" class="evaluation-base-info"></ExamPaper>
|
|
|
+ <ExamPaper v-else-if="curBarIndex == 1" :examInfo="examDetaiInfo" :activityIndex="curEvaIndex" :refreshExam="refreshExam" class="evaluation-base-info"></ExamPaper>
|
|
|
<!-- 学情分析 -->
|
|
|
<CloudDAS v-else-if="curBarIndex == 4" :evInfo="examDetaiInfo"></CloudDAS>
|
|
|
<!-- 阅卷任务 -->
|
|
@@ -968,7 +968,11 @@
|
|
|
} else {
|
|
|
this.$Message.warning(this.$t("learnActivity.mgtScEv.endTimeHolder"));
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ refreshExam(info, subIndex) {
|
|
|
+ this.evaListShow[this.curEvaIndex].papers[subIndex] = info
|
|
|
+ this.examDetaiInfo = JSON.parse(JSON.stringify(this.evaListShow[this.curEvaIndex]))
|
|
|
+ },
|
|
|
},
|
|
|
watch: {
|
|
|
curBarIndex(n, o) {
|