fix: 修改编辑 chart-topo的相关问题 以及改回config.json的路径

This commit is contained in:
zhangyu
2021-06-29 16:36:53 +08:00
parent 1d59f77117
commit 3a414f89a0
3 changed files with 5 additions and 3 deletions

View File

@@ -686,7 +686,9 @@ export default {
}
getTopology(this.topologyIndex).lock(1)
if (this.fromTopologyDialog && !this.isPreview) {
this.editTopology()
setTimeout(() => {
this.editTopology()
}, 100)
}
resolve()
})