监控更新

This commit is contained in:
loujf
2022-08-18 11:14:35 +08:00
parent 9eeaf46426
commit 5db280bbbf

View File

@@ -535,6 +535,12 @@ export default {
}
}
}
// 设置动态实时显示设备信息
const { nodes } = lf.getSelectElements() // 获取选中的节点
console.log(nodes)
if (nodes.length === 1) { // 因为是定时器,没有选中则不用实时更新显示数据
this.moveShow(nodes[0]) // 监控模式下不可能托选,因此就只有一个数据
}
})
},
dialogSave() {