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 54c7f7dd..3b16a915 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -2030,12 +2030,15 @@ export default { return } else if (Object.keys(firstAddSeries).length !== 0 && Object.keys(currentAddSeries).length === 0) { // 当前访视序列与首次出现病灶的序列对齐 - currentAddSeries = this.getRelatedSeries(this.visitTaskList[index], firstAddSeries) + // currentAddSeries = this.getRelatedSeries(this.visitTaskList[index], firstAddSeries) - if (Object.keys(currentAddSeries).length === 0) { - // 未找到对齐的,则就显示当前最后一个窗口现实的序列信息 - currentAddSeries = this.$refs[`viewport-${this.cells.length - 1}`][0].series - } + // if (Object.keys(currentAddSeries).length === 0) { + // // 未找到对齐的,则就显示当前最后一个窗口现实的序列信息 + // currentAddSeries = this.$refs[`viewport-${this.cells.length - 1}`][0].series + // } + + // 显示当前序列 + currentAddSeries = this.$refs[`viewport-${this.cells.length - 1}`][0].series } } else { // 无序 @@ -2050,6 +2053,7 @@ export default { if (i === this.cells.length - 1) { this.$refs[`viewport-${i}`][0].setSeriesInfo(currentAddSeries, true) this.activeViewportIndex = i + this.$refs[currentAddSeries.TaskInfo.VisitTaskId][0].setSeriesActive(currentAddSeries.StudyIndex, currentAddSeries.SeriesIndex) } else { this.$refs[`viewport-${i}`][0].setSeriesInfo(firstAddSeries, true) } diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/StudyList.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/StudyList.vue index 94a191f9..58a30484 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/StudyList.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/StudyList.vue @@ -80,7 +80,7 @@ {{ series.Modality }}: {{ series.InstanceCount }} image -
+