盘点管理bug

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

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

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

Loading…
Cancel
Save