2023-3-14
This commit is contained in:
@@ -675,13 +675,18 @@
|
||||
},
|
||||
getList() {
|
||||
this.listLoading = true
|
||||
fetchList(this.listQuery).then(response => {
|
||||
this.listLoading = false
|
||||
this.list = response.data.records
|
||||
this.total = response.data.total
|
||||
this.totalPage = response.data.pages
|
||||
this.pageSize = response.data.size
|
||||
})
|
||||
|
||||
if (this.listQuery.nickname == "")
|
||||
this.listQuery.nickname: null,
|
||||
|
||||
|
||||
fetchList(this.listQuery).then(response => {
|
||||
this.listLoading = false
|
||||
this.list = response.data.records
|
||||
this.total = response.data.total
|
||||
this.totalPage = response.data.pages
|
||||
this.pageSize = response.data.size
|
||||
})
|
||||
},
|
||||
handleSelectionChange(val) {
|
||||
this.multipleSelection = val
|
||||
|
||||
Reference in New Issue
Block a user