ソースを参照

fix(动态拓扑 watch 应用)

liujing 8 ヶ月 前
コミット
b44a299ad2
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/views/business-analysis/topology/index.vue

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

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