NEZ-2893 fix:Topo 操作画布元素时,自动跳转 Element 页面

This commit is contained in:
zhangyu
2023-06-20 15:12:58 +08:00
parent e12e767c3e
commit 451006713f
2 changed files with 7 additions and 5 deletions

View File

@@ -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) { // 点击节点