From eef69fa1194f6ab215b08a8baaf402d0539362cc Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 31 Jul 2018 15:56:59 +0800 Subject: [PATCH] 日历完善,设备相关功能开发 --- src/app/routes/reports/query2/query2.component.ts | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/app/routes/reports/query2/query2.component.ts b/src/app/routes/reports/query2/query2.component.ts index 738bf9e..6b01c89 100644 --- a/src/app/routes/reports/query2/query2.component.ts +++ b/src/app/routes/reports/query2/query2.component.ts @@ -220,7 +220,7 @@ this._dataSet = this.sensorData[sensorKey]; } else { this.loading = true; - const params = {sensorKey: sensorKey, dimension: 'monitorPoint', regionCode: '320583', accountId: '1', timeType: 'month'}; + const params = {sensorKey: sensorKey, dimension: 'monitorPoint', regionCode: '320583', accountId: '1', timeType: 'day'}; this.http2.get(environment.SERVER_BASH_URL + 'screen/region_ranking_data', {params: params}).subscribe((res: any) => { this._dataSet = this.sensorData[sensorKey] = res.data; this.loading = false; @@ -262,7 +262,6 @@ // ������������ tree click ������ this.treeClickStream.debounceTime(1).subscribe( event => { const data = event.node.data; - // console.log(data); if (data.id === -1) { const children = data.children; // ������������ -- Gitblit v1.8.0