From 323b76036a50cf95e94f8b00ad59e6598a8c4403 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 4 Jun 2026 17:00:02 +0800 Subject: [PATCH] =?UTF-8?q?mri-pdff=E6=A0=87=E6=B3=A8=E6=B8=85=E9=99=A4?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/reading.js | 2 +- .../reading/dicoms/components/MRIPDFFAdvance/QuestionForm.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/modules/reading.js b/src/store/modules/reading.js index 71297275..0c1e8ace 100644 --- a/src/store/modules/reading.js +++ b/src/store/modules/reading.js @@ -699,7 +699,7 @@ const actions = { var measureData = state.visitTaskList[index].MeasureData // var idx = measureData.findIndex(item => item.MeasureData.uuid === obj.data.MeasureData.data.uuid) - if (criterionType === 21 || criterionType === 22) { + if (criterionType === 21) { let i = measureData.findIndex(i => i.TableQuestionId === obj.data.TableQuestionId) if (i > -1) { for (const k in state.visitTaskList[index].MeasureData[i]) { diff --git a/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFFAdvance/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFFAdvance/QuestionForm.vue index fe641865..c1d750f5 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFFAdvance/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFFAdvance/QuestionForm.vue @@ -31,7 +31,7 @@ {{ $t('trials:MRIPDFF:button:measure') }}