修改bug

ywj_dev
wangwei 2 years ago
parent fcfdef8da6
commit e7f5af3d96

@ -947,7 +947,14 @@ export default {
getInvList() {
getInvListByUser()
.then((response) => {
this.invList = response.data || [];
let invlist1= response.data || [];
for(var i=0;i<invlist1.length;i++){
if(invlist1[i].code== 1000000){
this.invList.push(invlist1[i]);
}
}
})
.catch(() => {
});

Loading…
Cancel
Save