xufenglei
2018-04-20 63ad97852c7db6df7f44185881a8c9c031a230c9
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) {