Compare commits
2 Commits
417fefb04b
...
aaeadbc440
| Author | SHA1 | Date |
|---|---|---|
|
|
aaeadbc440 | |
|
|
60d3dfa6e7 |
|
|
@ -3710,7 +3710,7 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
this.$refs[`${this.viewportKey}-${this.activeViewportIndex}`][0].setSeriesInfo(series, series.segment || curSeriesId !== series.Id ? false : true)
|
||||
this.$refs[`${this.viewportKey}-${this.activeViewportIndex}`][0].setSeriesInfo(series, series.segment || curSeriesId !== series.Id ? false : true, { isFusion: this.isFusion })
|
||||
this.$refs[series.TaskInfo.VisitTaskId][0].setSeriesActive(series.StudyIndex, series.SeriesIndex)
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue