|
@@ -342,6 +342,8 @@ export default {
|
|
|
this.changeQuery('/business-analysis/topology/index', newValue.startTime, newValue.endTime, live)
|
|
|
this.topoUrl = '/ui/index.html'
|
|
|
}
|
|
|
+ var iframe = document.getElementById('topoFrame');
|
|
|
+ iframe.contentWindow.postMessage(newValue, '*')
|
|
|
},
|
|
|
deep: true
|
|
|
},
|