1
This commit is contained in:
parent
0d2b5767a9
commit
1d87e5f30d
@ -737,6 +737,7 @@ export default {
|
||||
this.deviceName = store.equipmentList[this.indexs - 1].deviceName
|
||||
this.deviceState = store.equipmentList[this.indexs - 1].deviceState
|
||||
clearInterval(this.statusInterval) && this.statusInterval
|
||||
this.nowDevicestatus=[]
|
||||
setTimeout(() => {
|
||||
|
||||
if (this.player) {
|
||||
@ -1794,7 +1795,7 @@ export default {
|
||||
})
|
||||
|
||||
this.statusList = statusList
|
||||
this.$forceUpdate();
|
||||
|
||||
|
||||
setTimeout(() => {
|
||||
|
||||
@ -1807,6 +1808,7 @@ export default {
|
||||
}
|
||||
})
|
||||
}, 10);
|
||||
this.$forceUpdate();
|
||||
|
||||
} else {
|
||||
this.statusList = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user