Browse Source

fix(UI接受参数)

liujing 8 tháng trước cách đây
mục cha
commit
e3609411fc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {