添加冷机遥测数据展示

This commit is contained in:
lixiaoyuan
2026-04-27 16:47:03 +08:00
parent 3e36135f11
commit 27365642d9
4 changed files with 91 additions and 22 deletions

View File

@@ -178,6 +178,14 @@ export default {
timer: null
}
},
watch: {
// 监听父组件数据变化
stationId(newVal) {
if (newVal) {
this.getEnvironment()
}
}
},
mounted() {
this.$nextTick(() => {
// const div = document.getElementById('videosPage')