Commit 024c1a16 authored by zhengjiangtao's avatar zhengjiangtao

fix bug

parent 643adb58
...@@ -233,6 +233,10 @@ class FinancialCityLan extends Component { ...@@ -233,6 +233,10 @@ class FinancialCityLan extends Component {
activeView: 'detail' activeView: 'detail'
}); });
} }
//拓扑图刷新
const { selectedKeys } = this.state;
this.initTopologyData(selectedKeys[0], '');
} }
//webSocket 接收消息 //webSocket 接收消息
......
...@@ -214,6 +214,10 @@ class VirtualCloudPlatform extends Component { ...@@ -214,6 +214,10 @@ class VirtualCloudPlatform extends Component {
activeView: 'detail' activeView: 'detail'
}); });
} }
//拓扑图刷新
const { selectedKeys } = this.state;
this.initTopologyData(selectedKeys[0], '');
}; };
//webSocket 接收消息 //webSocket 接收消息
......
...@@ -300,6 +300,10 @@ class SelfSupport extends Component { ...@@ -300,6 +300,10 @@ class SelfSupport extends Component {
activeView: 'detail' activeView: 'detail'
}); });
} }
//拓扑图刷新
const { selectedKeys } = this.state;
this.initTopologyData(selectedKeys[0], '');
} }
//webSocket 接收消息 //webSocket 接收消息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment