mpr和nm时切换访视视口切换为单视口
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-01-19 16:34:10 +08:00
parent 5d04fb869d
commit 463e4728d0
1 changed files with 3 additions and 2 deletions

View File

@ -2553,10 +2553,11 @@ export default {
this.isFusion = false this.isFusion = false
this.isMPR = false this.isMPR = false
this.fullScreenIndex = null this.fullScreenIndex = null
this.rows = 1
this.cols = 1
this.activeViewportIndex = 0
this.setToolsPassive() this.setToolsPassive()
} }
this.rows = 1
this.cols = 1
if (taskIndex === this.activeTaskIndex) return if (taskIndex === this.activeTaskIndex) return
if (!this.selectArr.includes(taskInfo.VisitTaskId)) { if (!this.selectArr.includes(taskInfo.VisitTaskId)) {
this.selectArr.push(taskInfo.VisitTaskId) this.selectArr.push(taskInfo.VisitTaskId)