|
@@ -114,22 +114,22 @@ export default {
|
|
] = await Promise.all([
|
|
] = await Promise.all([
|
|
this.$http.get("/api/ecs_exam_work/exam/" + this.examId),
|
|
this.$http.get("/api/ecs_exam_work/exam/" + this.examId),
|
|
this.$http.get(
|
|
this.$http.get(
|
|
- "/api/ecs_oe_admin/examRecordPaperStruct/getExamRecordPaperStruct?examRecordDataId=" +
|
|
|
|
|
|
+ "/api/branch_ecs_oe_admin/examRecordPaperStruct/getExamRecordPaperStruct?examRecordDataId=" +
|
|
this.examRecordDataId +
|
|
this.examRecordDataId +
|
|
(this.fromCache ? "&fromCache=1" : "")
|
|
(this.fromCache ? "&fromCache=1" : "")
|
|
),
|
|
),
|
|
this.$http.get(
|
|
this.$http.get(
|
|
- "/api/ecs_oe_admin/examRecordQuestions/getExamRecordQuestions?examRecordDataId=" +
|
|
|
|
|
|
+ "/api/branch_ecs_oe_admin/examRecordQuestions/getExamRecordQuestions?examRecordDataId=" +
|
|
this.examRecordDataId +
|
|
this.examRecordDataId +
|
|
(this.fromCache ? "&fromCache=1" : "")
|
|
(this.fromCache ? "&fromCache=1" : "")
|
|
),
|
|
),
|
|
this.$http.get(
|
|
this.$http.get(
|
|
- "/api/ecs_oe_admin/exam/record/data/findExamRecordDataEntity?examRecordDataId=" +
|
|
|
|
|
|
+ "/api/branch_ecs_oe_admin/exam/record/data/findExamRecordDataEntity?examRecordDataId=" +
|
|
this.examRecordDataId +
|
|
this.examRecordDataId +
|
|
(this.fromCache ? "&fromCache=1" : "")
|
|
(this.fromCache ? "&fromCache=1" : "")
|
|
),
|
|
),
|
|
this.$http.get(
|
|
this.$http.get(
|
|
- "/api/ecs_oe_admin/practice/getPracticeDetailInfo?examRecordDataId=" +
|
|
|
|
|
|
+ "/api/branch_ecs_oe_admin/practice/getPracticeDetailInfo?examRecordDataId=" +
|
|
this.examRecordDataId +
|
|
this.examRecordDataId +
|
|
(this.fromCache ? "&fromCache=1" : "")
|
|
(this.fromCache ? "&fromCache=1" : "")
|
|
),
|
|
),
|
|
@@ -260,7 +260,7 @@ export default {
|
|
},
|
|
},
|
|
async getQuestionContent(questionId, exam, courseInfo, examRecordData) {
|
|
async getQuestionContent(questionId, exam, courseInfo, examRecordData) {
|
|
const qContentRes = await this.$http.post(
|
|
const qContentRes = await this.$http.post(
|
|
- "/api/ecs_ques/default_question/question",
|
|
|
|
|
|
+ "/api/branch_ecs_ques/default_question/question",
|
|
{
|
|
{
|
|
questionId: questionId,
|
|
questionId: questionId,
|
|
examId: this.exam.id,
|
|
examId: this.exam.id,
|