fengxiang
2018-04-17 d08dcd3fe4121d26663dbbee02f3d9e29f8a6be7
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) {