From 5c1577b6f7be92ed38d4ccd4cae2e51461cc158b Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Fri, 13 Jul 2018 10:20:12 +0800 Subject: [PATCH] 注销错误,打开mock --- src/app/routes/reports/query/query.component.ts | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/app/routes/reports/query/query.component.ts b/src/app/routes/reports/query/query.component.ts index 5576114..03517bf 100644 --- a/src/app/routes/reports/query/query.component.ts +++ b/src/app/routes/reports/query/query.component.ts @@ -627,7 +627,6 @@ // if ( this.chartSelectedIndex < this.grid.data.length ) { // series = [{type: 'line', data: this.grid.data[this.chartSelectedIndex]}]; // } - this.initOpton({ xAxis : [{data : timeList}]}); this.chartLoading = true; } -- Gitblit v1.8.0