From a672365e3c6e47acfe97f968d1c32144165b533f Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Mon, 30 Jul 2018 08:49:00 +0800
Subject: [PATCH] 显示单位 更新

---
 src/app/routes/reports/query2/query2.component.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/routes/reports/query2/query2.component.ts b/src/app/routes/reports/query2/query2.component.ts
index 738bf9e..190a68d 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;

--
Gitblit v1.8.0