fix : 删除修改组件时 拓扑图刷新

This commit is contained in:
zhangyu
2020-09-02 18:03:26 +08:00
parent f33c16c50c
commit baaaf18144
3 changed files with 9 additions and 4 deletions

View File

@@ -23,6 +23,7 @@
:allModuleInfo="allModuleInfo"
:projectInfo="projectInfo"
:alertData="alertData"
ref="visNetwork"
>
</vis-network>
</div>
@@ -161,7 +162,6 @@
document.getElementById('queryPanel').parentElement.setAttribute("class",classVal );
},100)
}
console.log(this.filter);
},
clearInput() {
this.$refs.queryPanel.focus();
@@ -171,7 +171,6 @@
this.filter.end_time = bus.timeFormate(this.searchTime[1], 'yyyy-MM-dd hh:mm:ss');
this.filter.panelId = this.showPanel.id;
// this.getData(this.filter);
console.log(this.filter)
},
}
}