用户姓名

This commit is contained in:
liuye
2022-11-03 10:27:05 +08:00
parent 73980d8dde
commit fc40512a8e

View File

@@ -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
}