Perbaikan Page Konfirmasi
This commit is contained in:
@@ -16,7 +16,7 @@ export class Approval {
|
||||
async getData() {
|
||||
try {
|
||||
const response = await http.get(`/users/find-by-approval?page=${this.page}&pageSize=${this.pageSize}`);
|
||||
console.log(response)
|
||||
console.log(response,"data dari store")
|
||||
this.data = response.body.data ?? []
|
||||
this.listImage= this.data.user_detail?.image_store ? JSON.parse(this.data.user_detail?.image_store) : []
|
||||
this.total_data = response.body.count ?? 0
|
||||
|
||||
Reference in New Issue
Block a user