From d08dcd3fe4121d26663dbbee02f3d9e29f8a6be7 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 17 Apr 2018 13:24:32 +0800 Subject: [PATCH] Property 'i' does not exist on type 'OrganizationConfigComponent'. --- src/app/routes/reports/excel/excel.component.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/app/routes/reports/excel/excel.component.ts b/src/app/routes/reports/excel/excel.component.ts index 5d882ba..4f8149a 100644 --- a/src/app/routes/reports/excel/excel.component.ts +++ b/src/app/routes/reports/excel/excel.component.ts @@ -177,7 +177,7 @@ query.type = this.timeType.value; if (this._sensors) { const sensors = []; - for (var key in this._sensors) { + for (const key in this._sensors) { sensors.push(this._sensors[key]); } if (sensors.length > 0) { -- Gitblit v1.8.0