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