mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 11:19:24 +08:00
添加冷机遥测数据展示
This commit is contained in:
@@ -178,6 +178,14 @@ export default {
|
||||
timer: null
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
// 监听父组件数据变化
|
||||
stationId(newVal) {
|
||||
if (newVal) {
|
||||
this.getEnvironment()
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.$nextTick(() => {
|
||||
// const div = document.getElementById('videosPage')
|
||||
|
||||
Reference in New Issue
Block a user