From 016a5e93eada12ac039707b5596dff917d04b5f6 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 28 May 2026 10:45:29 +0800 Subject: [PATCH] 1 --- .../trials-panel/reading/dicoms3D/components/ReadPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 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 50c8c3c5..7b350554 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -1959,7 +1959,7 @@ export default { if (annotation.metadata.toolName.includes('histogram_')) return this.$refs.histogram.initToolValue(annotation) if (this.readingTaskState === 2) return if (annotation.metadata.toolName === 'PlanarFreehandROI' && !annotation.data.contour.closed) return - let viewportIndex = this.fusion ? 2 : this.activeViewportIndex + let viewportIndex = this.isFusion ? 2 : this.activeViewportIndex const series = this.$refs[`${this.viewportKey}-${viewportIndex}`][0].series if (series && series.TaskInfo.VisitTaskId && series.TaskInfo.VisitTaskId === this.taskInfo.VisitTaskId) { const referencedImageId = annotation.metadata.referencedImageId @@ -2042,7 +2042,7 @@ export default { } if (annotation.metadata.segmentationId) return if (annotation.metadata.toolName === 'PlanarFreehandROI' && !annotation.data.contour.closed) return - let viewportIndex = this.fusion ? 2 : this.activeViewportIndex + let viewportIndex = this.isFusion ? 2 : this.activeViewportIndex const series = this.$refs[`${this.viewportKey}-${viewportIndex}`][0].series if (series && series.TaskInfo.VisitTaskId && series.TaskInfo.VisitTaskId === this.taskInfo.VisitTaskId) { const referencedImageId = annotation.metadata.referencedImageId