From 40951bf70651c38d09a3b1f5eaddde8faa9e8c06 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 23 Mar 2018 16:28:52 +0800
Subject: [PATCH] 查看数据bug修复,修改密码功能开发

---
 src/app/routes/analysis/query/query.component.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/app/routes/analysis/query/query.component.ts b/src/app/routes/analysis/query/query.component.ts
index 3d63222..403f705 100644
--- a/src/app/routes/analysis/query/query.component.ts
+++ b/src/app/routes/analysis/query/query.component.ts
@@ -550,6 +550,8 @@
     public get sensorUnit() {
         return this.grid.data[this.chartSelectedIndex].sensor.unit;
     }
+    // ������������������ ������������
+    public _chartTitleTemp: string;
     public get chartTitle(): string {
         const names = ['������', '������', '������', '������'];
         switch ( this.dataCondition.areaRange ) {
@@ -573,6 +575,7 @@
     public switchSensor(index: number): void {
         this.chartSelectedIndex = index;
         this.chartLoading = true; 
+        this._chartTitleTemp = this.chartTitle;
         setTimeout(() => {
             const series = [{type: 'line', data: this.grid.data[index].data}];
             this.echartsIntance.setOption({

--
Gitblit v1.8.0