From 49f1673e116449298e324d8267b6a1e16a82b8f8 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Thu, 08 Mar 2018 15:15:01 +0800
Subject: [PATCH] debug
---
src/app/routes/reports/demo/demo.component.ts | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/app/routes/reports/demo/demo.component.ts b/src/app/routes/reports/demo/demo.component.ts
index 5060607..0e3fa7e 100644
--- a/src/app/routes/reports/demo/demo.component.ts
+++ b/src/app/routes/reports/demo/demo.component.ts
@@ -24,7 +24,9 @@
monitorPoint: null,
mac: '',
time: null,
- formatTime: null
+ formatTime: null,
+ monitorPointName: '',
+ deviceName: ''
}];
public sensorOptions = [];
@@ -56,7 +58,9 @@
monitorPoint: null,
mac: '',
time: null,
- formatTime: null
+ formatTime: null,
+ monitorPointName: '',
+ deviceName: ''
});
}
--
Gitblit v1.8.0