Pages Membership
This commit is contained in:
@@ -15,8 +15,6 @@ export class Membership {
|
||||
@action
|
||||
async getData() {
|
||||
const response = await http.get(`/users/find-by-supperior?page=${this.page}&pageSize=${this.pageSize}`);
|
||||
// console.log(response, 'Data user')
|
||||
// console.log(JSON.stringify(response.body.data), 'Data')
|
||||
this.data = response.body.data ?? []
|
||||
this.total_data = response.body.total_data ?? 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user