From aeeba1dfb7c71c741ee6c314443d3cfcf48609f1 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 27 May 2026 15:37:55 +0800 Subject: [PATCH] 1 --- .../trials-panel/reading/dicoms3D/components/ReadPage.vue | 3 +++ 1 file changed, 3 insertions(+) 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 e14e8ce9..6dc6e792 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -3843,6 +3843,9 @@ export default { if (i === -1) return const studyList = this.visitTaskList[i].StudyList let series = null + if (this.isFusion) { + this.activeViewportIndex = 2 + } let curSeriesId = this.$refs[`${this.viewportKey}-${this.activeViewportIndex}`][0].series.Id if (obj.segment) { let study = studyList.find(item => item.StudyId === obj.segmentGroup.StudyId)