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