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