@@ -205,7 +205,7 @@ export default {
default:
return item;
}
- });
+ }).filter(_c=>{return !!_c;});
this.InforsList = arr;
});
},