From 43afaa6ad53ca4368fbc6426500f3f71f6f8b765 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Mon, 12 Mar 2018 09:02:31 +0800 Subject: [PATCH] 报表部分功能和token刷新 --- 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