From 64c930bec1b013ac6e19af9ec30db9eff6110206 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Tue, 27 Feb 2018 15:08:12 +0800
Subject: [PATCH] ng-alian主题系统跳转页面 多余蒙版关闭

---
 src/app/routes/reports/demo/demo.component.ts |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/app/routes/reports/demo/demo.component.ts b/src/app/routes/reports/demo/demo.component.ts
index 9658ca5..f1e2c10 100644
--- a/src/app/routes/reports/demo/demo.component.ts
+++ b/src/app/routes/reports/demo/demo.component.ts
@@ -21,12 +21,12 @@
     mode: 'month'
   };
 
-  private sensorOptions = [];
+  public sensorOptions = [];
 
-  private monitorPointOptions = [];
-  private deviceOptions = [];
-  private monitorPointbOptions = [];
-  private devicebOptions = [];
+  public monitorPointOptions = [];
+  public deviceOptions = [];
+  public monitorPointbOptions = [];
+  public devicebOptions = [];
 
   constructor(
     public http: HttpClient,
@@ -144,7 +144,7 @@
     }
   }
 
-  private typeOptions = [
+  public typeOptions = [
     {value: 'year', label: '���', mode: 'month', xAxisName: '���', format: 'yyyy', typeFormat: '%Y-%m'},
     {value: 'month', label: '���', mode: 'month', xAxisName: '���', format: 'yyyy-MM', typeFormat: '%Y-%m-%d'},
     {value: 'day', label: '���', mode: 'day', xAxisName: '���', format: 'yyyy-MM-dd', typeFormat: '%Y-%m-%d %H'},

--
Gitblit v1.8.0