mpr和nm时切换访视视口切换为单视口
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5d04fb869d
commit
463e4728d0
|
|
@ -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.setToolsPassive()
|
|
||||||
}
|
|
||||||
this.rows = 1
|
this.rows = 1
|
||||||
this.cols = 1
|
this.cols = 1
|
||||||
|
this.activeViewportIndex = 0
|
||||||
|
this.setToolsPassive()
|
||||||
|
}
|
||||||
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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue