From 8ea7540581c4c8cb1014a4626fbb6e2168bcd36f Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Mon, 19 May 2025 11:27:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E6=8A=A5=E5=91=8A=E9=A1=B5?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/reading/dicoms3D/components/ReadPage.vue | 1 + .../trials-panel/reading/dicoms3D/components/ReportPage.vue | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue index 197fa836..0f0b0da0 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -1301,6 +1301,7 @@ export default { annotations.map(i => { if (i.MeasureData) { const annotation = i.MeasureData + annotation.highlighted = false cornerstoneTools.annotation.state.addAnnotation(annotation) if (this.visitTaskList[taskIdx].ReadingTaskState === 2) { cornerstoneTools.annotation.locking.setAnnotationLocked(annotation.annotationUID) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReportPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReportPage.vue index ccdb3339..393536d1 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReportPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReportPage.vue @@ -245,7 +245,7 @@ :title="additionalAssessmentsDig.title" width="600px" > - i.QuestionMark === 2) if (idxLymphNode > -1) { isLymphNodes = item.Childrens[idxLymphNode].Answer[k].Answer ? parseInt(item.Childrens[idxLymphNode].Answer[k].Answer) : null