commit
This commit is contained in:
+7
-7
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user