Prechádzať zdrojové kódy

fix(动态拓扑 watch 应用)

liujing 8 mesiacov pred
rodič
commit
b44a299ad2

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

@@ -399,6 +399,8 @@ export default {
         this.sendObj.app_alias = newValue
         this.sendObj.app_alias = newValue
         this.serviceBarQuery.app_alias = newValue
         this.serviceBarQuery.app_alias = newValue
         this.dbslowtopQuery.app_alias = newValue
         this.dbslowtopQuery.app_alias = newValue
+        this.appItem = storage.get('appsItem')
+        this.slowTopQuery.app_id = this.appItem.id
         this.getAppsScore()
         this.getAppsScore()
         this.getdbslowtop()
         this.getdbslowtop()
         this.getServiceBar()
         this.getServiceBar()