1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
120f5db62a
commit
f8e86e7b27
|
|
@ -698,13 +698,17 @@ export default {
|
||||||
classArr: []
|
classArr: []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
async mounted() {
|
||||||
this.criterionType = parseInt(this.$route.query.criterionType)
|
this.criterionType = parseInt(this.$route.query.criterionType)
|
||||||
if (this.taskInfo.JudgeModeEnum === 1) {
|
this.getAdInfo()
|
||||||
this.getVisitJudgeAnswer()
|
if (this.taskInfo.ArbitrationRule === 1) {
|
||||||
this.getQuestionCalculateRelation()
|
await this.getVisitJudgeAnswer()
|
||||||
} else {
|
} else {
|
||||||
this.getAdInfo()
|
|
||||||
|
}
|
||||||
|
if (this.taskInfo.JudgeModeEnum === 1) {
|
||||||
|
this.getJudgeForm()
|
||||||
|
this.getQuestionCalculateRelation()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.isReadingShowPreviousResults) {
|
if (this.isReadingShowPreviousResults) {
|
||||||
|
|
@ -801,7 +805,7 @@ export default {
|
||||||
this.judgeAnswers = res.Result.QuestionList
|
this.judgeAnswers = res.Result.QuestionList
|
||||||
this.r1VisitTaskId = res.Result.R1VisitTaskId
|
this.r1VisitTaskId = res.Result.R1VisitTaskId
|
||||||
this.r2VisitTaskId = res.Result.R2VisitTaskId
|
this.r2VisitTaskId = res.Result.R2VisitTaskId
|
||||||
this.getJudgeForm()
|
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e)
|
console.log(e)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue