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' loading: 'loading'
}, res => { }, res => {
if (res.ok) { if (res.ok) {
res.data.records.forEach((item)=>{ // res.data.records.forEach((item)=>{
for(let key in item){ // for(let key in item){
if(item[key] == null){ // if(item[key] == null){
item[key]='无' // item[key]='无'
} // }
} // }
}) // })
this.sarProStateListDatas = res.data.records this.sarProStateListDatas = res.data.records
this.sarProStateTotal = res.data.total this.sarProStateTotal = res.data.total
} }