1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d57c080916
commit
1b6f48a5a5
|
|
@ -577,7 +577,7 @@ export default {
|
|||
this.currentExistDisease = obj.Answers[this.visitTaskId]
|
||||
this.answerArr.push({ id: item.QuestionId, answer: obj.Answers[this.visitTaskId], questionType: 15 })
|
||||
}
|
||||
if (item.QuestionType === 13 || item.QuestionType === 42 || item.QuestionType === 39) {
|
||||
if (item.QuestionType === 13 || item.QuestionType === 42 || (item.QuestionType === 39 && this.CriterionType === 18)) {
|
||||
this.currentEvaluateResult = obj.Answers[this.visitTaskId]
|
||||
this.answerArr.push({ id: item.QuestionId, answer: obj.Answers[this.visitTaskId], questionType: item.QuestionType })
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue