2023-3-14
This commit is contained in:
@@ -675,6 +675,11 @@
|
||||
},
|
||||
getList() {
|
||||
this.listLoading = true
|
||||
|
||||
if (this.listQuery.nickname == "")
|
||||
this.listQuery.nickname: null,
|
||||
|
||||
|
||||
fetchList(this.listQuery).then(response => {
|
||||
this.listLoading = false
|
||||
this.list = response.data.records
|
||||
|
||||
Reference in New Issue
Block a user