用户姓名
This commit is contained in:
@@ -136,6 +136,11 @@ export default {
|
|||||||
}
|
}
|
||||||
}).then(res=> {
|
}).then(res=> {
|
||||||
if(res?.data) {
|
if(res?.data) {
|
||||||
|
res.data.records.map((item)=> {
|
||||||
|
if(!item.realName) {
|
||||||
|
item.realName = item.nickName
|
||||||
|
}
|
||||||
|
})
|
||||||
this.tableData = res.data.records
|
this.tableData = res.data.records
|
||||||
this.page.total = res.data.total
|
this.page.total = res.data.total
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user