实时监测的bug修复

This commit is contained in:
kerwincui
2022-05-16 18:55:55 +08:00
parent 32f284b3c4
commit ccb0da2779

View File

@@ -520,6 +520,7 @@ export default {
// 筛选监测数据
this.monitorThings = thingsModel.properties.filter(item => item.isMonitor == 1);
// 监测数据集合初始化
this.dataList=[];
for (let i = 0; i < this.monitorThings.length; i++) {
this.dataList.push({
id: this.monitorThings[i].id,