This commit is contained in:
‘937886381’
2024-02-23 16:02:55 +08:00
parent d3b87e4051
commit 05b513a862
5 changed files with 56 additions and 26 deletions

View File

@@ -154,7 +154,7 @@ export default {
this.urlOptions.getDataListURL(this.listQuery).then(res => {
this.tableData = res.data.list.map((item) => {
return {
datas: item.strList.toString(),
datas: item.strList ? item.strList.toString() : null,
nickName: item.nickName,
userName: item.userName,
userId: item.userId