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.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 = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user