xufenglei
2018-04-25 0e722c9f6127ea7a41ca08fd36547e421b79edeb
src/app/routes/reports/excel/excel.component.ts
@@ -175,6 +175,7 @@
        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 (const key in this._sensors) {