NEZ-2893 fix:Topo 操作画布元素时,自动跳转 Element 页面
This commit is contained in:
@@ -301,7 +301,9 @@ export default {
|
||||
setTimeout(() => {
|
||||
this.selectPens = pens
|
||||
this.modulesDiff(pens[0])
|
||||
this.$refs.meta2dProps && (this.$refs.meta2dProps.isUpdate = true)
|
||||
this.$nextTick(() => {
|
||||
this.$refs.meta2dProps && (this.$refs.meta2dProps.isUpdate = true)
|
||||
})
|
||||
}, 200)
|
||||
},
|
||||
topoClick (params, e) { // 点击节点
|
||||
|
||||
Reference in New Issue
Block a user