fix:解决选中模块后 点击编辑 出现工具部分

This commit is contained in:
zhangyu
2020-09-04 11:25:22 +08:00
parent 1c7f2689c8
commit 8e9aa860a4
2 changed files with 13 additions and 1 deletions

View File

@@ -298,7 +298,7 @@
editVisNetworkChange(flag){
this.editVisNetwork=flag;
if(flag){
this.$refs.topology.popDataShowUpdate();
this.$refs.topology.popDataShowUpdate('',true);
}
if(!flag){
// this.reload();