This commit is contained in:
zhutianqi
2021-08-09 18:05:18 +08:00
parent b51e162885
commit a16f0524da
@@ -371,13 +371,13 @@ export default {
loading: 'loading'
}, res => {
if (res.ok) {
res.data.records.forEach((item)=>{
for(let key in item){
if(item[key] == null){
item[key]='无'
}
}
})
// res.data.records.forEach((item)=>{
// for(let key in item){
// if(item[key] == null){
// item[key]='无'
// }
// }
// })
this.sarProStateListDatas = res.data.records
this.sarProStateTotal = res.data.total
}