From 8b12d6a5764b1cc2c8193ea45833b63ec4e35ecf Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 6 Sep 2024 17:28:15 +0800 Subject: [PATCH] =?UTF-8?q?IVUS=E6=A0=87=E5=87=86=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/reading.js | 3 +++ .../dicoms/components/IVUS/QuestionForm.vue | 12 +++++++++--- .../dicoms/components/IVUS/QuestionList.vue | 17 ++++++++++++++++- 3 files changed, 28 insertions(+), 4 deletions(-) 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 @@ -