|
@@ -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) {
|