This commit is contained in:
home孙 2025-04-12 09:11:26 +08:00
parent 0d2b5767a9
commit 1d87e5f30d

View File

@ -737,6 +737,7 @@ export default {
this.deviceName = store.equipmentList[this.indexs - 1].deviceName this.deviceName = store.equipmentList[this.indexs - 1].deviceName
this.deviceState = store.equipmentList[this.indexs - 1].deviceState this.deviceState = store.equipmentList[this.indexs - 1].deviceState
clearInterval(this.statusInterval) && this.statusInterval clearInterval(this.statusInterval) && this.statusInterval
this.nowDevicestatus=[]
setTimeout(() => { setTimeout(() => {
if (this.player) { if (this.player) {
@ -1794,7 +1795,7 @@ export default {
}) })
this.statusList = statusList this.statusList = statusList
this.$forceUpdate();
setTimeout(() => { setTimeout(() => {
@ -1807,6 +1808,7 @@ export default {
} }
}) })
}, 10); }, 10);
this.$forceUpdate();
} else { } else {
this.statusList = [] this.statusList = []