1
continuous-integration/drone/push Build is passing Details

main
caiyiling 2026-05-27 15:37:55 +08:00
parent d7ebed0b05
commit aeeba1dfb7
1 changed files with 3 additions and 0 deletions

View File

@ -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)