2023-3-14

This commit is contained in:
2023-03-14 15:19:23 +08:00
parent 4a8a92f8c5
commit 10814d223b

View File

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