浏览代码

fix(UI接受参数)

liujing 8 月之前
父节点
当前提交
e3609411fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/business-analysis/topology/index.vue

+ 1 - 1
src/views/business-analysis/topology/index.vue

@@ -435,7 +435,7 @@ export default {
 
       this.getAppsScore() // 应用黄金指标(RED)
       this.getdbslowtop() // 慢查询TOP5
-      this.changeQuery('/business-analysis/topology/index', this.appItem.start_time, this.appItem.end_time, this.appItem.live)
+      this.changeQuery('/business-analysis/topology/index', start_time, end_time, this.appItem.live)
       this.getSlowInterfaceFn() // 慢业务TOP5
     }
     if (this.$route.query.id != undefined) {