From ef18cca293a817e22908c9adf77c3cbe8a640d8a Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Fri, 13 Jul 2018 10:04:24 +0800 Subject: [PATCH] 提交修改 --- src/app/routes/reports/query/query.component.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/app/routes/reports/query/query.component.ts b/src/app/routes/reports/query/query.component.ts index 6a3e980..923a8c7 100644 --- a/src/app/routes/reports/query/query.component.ts +++ b/src/app/routes/reports/query/query.component.ts @@ -625,7 +625,7 @@ // if ( this.chartSelectedIndex < this.grid.data.length ) { // series = [{type: 'line', data: this.grid.data[this.chartSelectedIndex]}]; // } - + debugger; this.initOpton({ xAxis : [{data : timeList}]}); this.chartLoading = true; } -- Gitblit v1.8.0