Forráskód Böngészése

Merge branch 'dev' of http://git.cestong.com.cn/cecf/observe-front into dev

wanghao 7 hónapja
szülő
commit
e03989acd6
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      src/views/business-analysis/topology/index.vue

+ 2 - 0
src/views/business-analysis/topology/index.vue

@@ -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
     },