diff --git a/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionForm.vue index 6820fba2..2e63ea65 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionForm.vue @@ -401,6 +401,10 @@ export default { if (!v) { let meanId = this.getQuestionId(1104) this.$set(this.questionForm, meanId, 'NE') + } else { + let mean = this.getMean() + let meanId = this.getQuestionId(1104) + this.$set(this.questionForm, meanId, mean) } } this.setQuestions()