xufenglei
2018-06-12 4d0fd6e3bb6c3dcd48763338255075e2662622e6
src/app/routes/report/report.component.ts
@@ -234,7 +234,7 @@
                for (const key in res.data.sortList[i]) {
                  const split = key.split('-');
                  this.sensorKeys.forEach(sensor => {
                    if (sensor.key === split[0]) {
                    if (sensor.key === split[0] && res.data.sortList[i][key] != 0) {
                      this.resultArr.push({
                        sensorName: sensor.name,
                        monitorPointName: this.items[split[1]].showName,