xufenglei
2018-04-27 c597ff5895ae803ce5584f3e8463d8f9224b0fa4
src/app/routes/reports/excel/excel.component.ts
@@ -175,9 +175,10 @@
        query.timeb = this.dateSrv.date_format(query.timeb, this.timeType.format);
      }
      query.type = this.timeType.value;
      delete query.sensors;
      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) {