|
@@ -129,7 +129,7 @@ export default {
|
|
|
|
|
|
if (this.examResult.isWarn) {
|
|
|
const cheatingRemark = await this.$http.get(
|
|
|
- "/api/ecs_exam_work/exam/examOrgPropertyFromCache4StudentSession/" +
|
|
|
+ "/api/ecs_exam_work/exam/getExamPropertyFromCacheByStudentSession/" +
|
|
|
examId +
|
|
|
`/CHEATING_REMARK`
|
|
|
);
|
|
@@ -156,13 +156,13 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
const afterExamRemark = await this.$http.get(
|
|
|
- "/api/ecs_exam_work/exam/examOrgPropertyFromCache4StudentSession/" +
|
|
|
+ "/api/ecs_exam_work/exam/getExamPropertyFromCacheByStudentSession/" +
|
|
|
examId +
|
|
|
`/AFTER_EXAM_REMARK`
|
|
|
);
|
|
|
this.afterExamRemark = afterExamRemark.data.AFTER_EXAM_REMARK || "";
|
|
|
const showObjectScore = await this.$http.get(
|
|
|
- "/api/ecs_exam_work/exam/examOrgPropertyFromCache4StudentSession/" +
|
|
|
+ "/api/ecs_exam_work/exam/getExamPropertyFromCacheByStudentSession/" +
|
|
|
examId +
|
|
|
`/IS_OBJ_SCORE_VIEW`
|
|
|
);
|