NEZ-651 fix : 清理浏览器控制台打印代码

This commit is contained in:
@changcode
2021-05-20 16:53:46 +08:00
parent 1a3a72f51c
commit 28c3a7d951
20 changed files with 9 additions and 53 deletions

View File

@@ -122,14 +122,6 @@ export default {
},
undo () { // 撤销
getTopology(this.index).undo()
// if(!this.redoFlag){
// this.$emit('redoIndexChange',getTopology(this.index).caches.index)
// }
// let a = getTopology(this.index).undo();
// console.log(a);
// setTimeout(()=>{
// this.redoFlag=true;
// },200)
},
redo () { // 重做
getTopology(this.index).redo()