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