From cbe346a049cce748d4e0cdfd5ac75ac275b7584d Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 8 Jan 2025 17:39:49 +0800 Subject: [PATCH] =?UTF-8?q?MRI-PDFF=E8=AE=A1=E7=AE=97=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/MRIPDFF/QuestionForm.vue | 4 ++++ 1 file changed, 4 insertions(+) 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()