diff --git a/src/modules/05_placement/components/probation/MainProbation.vue b/src/modules/05_placement/components/probation/MainProbation.vue index b4420a844..e3fc9a74a 100644 --- a/src/modules/05_placement/components/probation/MainProbation.vue +++ b/src/modules/05_placement/components/probation/MainProbation.vue @@ -222,7 +222,7 @@ const getpersonalList = async () => { dataUpdate.value = rows.value; ProbationMainFilter(); }) - .catch(() => {}) + .catch(() => { }) .finally(() => { hideLoader(); }); @@ -241,7 +241,7 @@ const fecthlistPersonal = async () => { .catch((e) => { messageError($q, e); }) - .finally(() => {}); + .finally(() => { }); }; const fecthlistProbation = async (id: string, data: any) => { try { @@ -390,90 +390,33 @@ const paginationLabel2 = (start: string, end: string, total: string) => {
- - - เพิ่มผู้ทดลองปฏิบัติหน้าที่ราชการ - + +
+ + เพิ่มผู้ทดลองปฏิบัติหน้าที่ราชการ + +
- + - +
- +
@@ -554,55 +486,23 @@ const paginationLabel2 = (start: string, end: string, total: string) => { - + - +
- +
diff --git a/src/modules/06_retirement/components/resign/Resign.vue b/src/modules/06_retirement/components/resign/Resign.vue index 731fb8fe9..32b651144 100644 --- a/src/modules/06_retirement/components/resign/Resign.vue +++ b/src/modules/06_retirement/components/resign/Resign.vue @@ -389,6 +389,13 @@ const status = (val: string) => { return "-"; } }; + +const pagination = ref({ + sortBy: "datetext", + descending: true, + page: 1, + rowsPerPage: 10, +});