Compare commits

..

No commits in common. "aaeadbc440860bab23d395c2a771e331931724b3" and "417fefb04b9e9c5323b00645d1b70f7b1b900ad3" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -3710,7 +3710,7 @@ export default {
}
}
}
this.$refs[`${this.viewportKey}-${this.activeViewportIndex}`][0].setSeriesInfo(series, series.segment || curSeriesId !== series.Id ? false : true, { isFusion: this.isFusion })
this.$refs[`${this.viewportKey}-${this.activeViewportIndex}`][0].setSeriesInfo(series, series.segment || curSeriesId !== series.Id ? false : true)
this.$refs[series.TaskInfo.VisitTaskId][0].setSeriesActive(series.StudyIndex, series.SeriesIndex)
}
},