fix: 修改assetBox vm=1时 位置可以编辑的问题

This commit is contained in:
zhangyu
2021-07-15 15:30:23 +08:00
parent cfccac90e7
commit c2cf06b485
4 changed files with 5 additions and 6 deletions

View File

@@ -1473,7 +1473,6 @@ export default {
getTopology(this.index).updateProps()
},
onLayout () { // 改变布局
console.log(this.layout)
layout(getTopology(this.index).activeLayer.pens, this.layout)
getTopology(this.index).updateProps()
},