fix:优化窗口变化时overview的topology变化的问题

This commit is contained in:
zhangyu
2021-02-24 13:56:43 +08:00
parent 3c0e874ab2
commit 03f7a9993f
9 changed files with 52 additions and 53 deletions

View File

@@ -123,7 +123,6 @@
},
undo(){//撤销
getTopology(this.index).undo();
console.log(getTopology(this.index).caches.index);
// if(!this.redoFlag){
// this.$emit('redoIndexChange',getTopology(this.index).caches.index)
// }
@@ -134,7 +133,6 @@
// },200)
},
redo(){//重做
console.log(getTopology(this.index))
getTopology(this.index).redo();
},
centerView(){//居中显示