commit
This commit is contained in:
@@ -407,8 +407,8 @@
|
||||
arr = data.itemList
|
||||
}
|
||||
arr.forEach(item => {
|
||||
item.zxUserId = ''
|
||||
item.zxUserIdName = ''
|
||||
item.zxUserId = item.zxUserId || ''
|
||||
item.zxUserIdName = item.zxUserIdName || ''
|
||||
})
|
||||
this.itemList = arr
|
||||
this.loading = false
|
||||
|
||||
Reference in New Issue
Block a user