diff --git a/src/store/modules/reading.js b/src/store/modules/reading.js index 6a146b8f..8166845b 100644 --- a/src/store/modules/reading.js +++ b/src/store/modules/reading.js @@ -49,7 +49,10 @@ function getQuestions(questions) { answerObj.saveTypeEnum = isNaN(parseInt(answerObj.lesionNum)) ? 1 : 2 } else if (criterionType === 19) { // ivus + answerObj.area1 = getQuestionAnswer(item.TableQuestions.Questions, 1001, answerObj) + answerObj.area2 = getQuestionAnswer(item.TableQuestions.Questions, 1002, answerObj) var v = getQuestionAnswer(item.TableQuestions.Questions, 1003, answerObj) + answerObj.diff = v answerObj.saveTypeEnum = isNaN(parseFloat(v)) ? 1 : 2 } else { answerObj.lesionPart = getQuestionAnswer(item.TableQuestions.Questions, 8, answerObj) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionForm.vue index 29a0dc90..9a6fa142 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionForm.vue @@ -19,7 +19,7 @@ -