Perbaikan Page Konfirmasi

This commit is contained in:
2022-01-26 18:18:12 +07:00
parent fd950e270b
commit e2205aa260
3 changed files with 22 additions and 25 deletions

View File

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