Compare commits
No commits in common. "07659ecc6c663cf94398e1af5dbfa06592de4471" and "40ebaa646f1ed6fcdaaca50f913ee5d6759b780b" have entirely different histories.
07659ecc6c
...
40ebaa646f
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ async function fetchDataRetirement() {
|
|||
firstNameTH: filter.value.firstNameTH.trim(),
|
||||
lastNameTH: filter.value.lastNameTH.trim(),
|
||||
});
|
||||
const data: RetirementOld = response.data.result;
|
||||
const data: RetirementOld = response.data.data;
|
||||
pagination.value.rowsNumber = data.totalRecords;
|
||||
rows.value = data.dataRecords;
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue