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,