feat:Add chart by Temp 实现 50%

fix:修改endpointList 出现下弹窗时样式错乱的问题
This commit is contained in:
zhangyu
2021-04-25 18:35:35 +08:00
parent de5fe9f1c6
commit 43436e5cbe
19 changed files with 1997 additions and 1637 deletions

View File

@@ -529,7 +529,7 @@ export default {
deep: true,
immediate: true,
handler (n) {
if (n.id) {
if (n && n.id) {
if (getTopology(this.topologyIndex)) {
getTopology(this.topologyIndex).destroy()
setTopology(this.topologyIndex, null)