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