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