1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d7ebed0b05
commit
aeeba1dfb7
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue