瀏覽代碼

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()