盘点管理bug

merge-requests/1/head
qiushui 4 years ago
parent c21b809b35
commit 838c61a6f0

@ -191,7 +191,7 @@ export default {
},
getStatus(){
if(this.shelveId == {}){
if(JSON.stringify(this.shelveId) == "{}"){
return;
}
var columnTab = []

@ -108,6 +108,7 @@ export default {
})
},
autoPlay(){
this.players = []
for(var a of this.realTimeListData){
for (let b of a.cameras){
let video = document.getElementById('camera'+b.id);

Loading…
Cancel
Save