xufenglei
2018-07-05 af95e3f15895995607604ecf0e757c48169795b3
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,