diff --git a/src/api/registry/api.profile.ts b/src/api/registry/api.profile.ts index 60d6650be..ca388d7cd 100644 --- a/src/api/registry/api.profile.ts +++ b/src/api/registry/api.profile.ts @@ -212,4 +212,5 @@ export default { /**ปรับรายการเงินเดือนขึ้น-ลง*/ salarySwap: (dierction: string, id: string) => `${profile}salary/swap/${dierction}/${id}`, + listProfileNew:(id:string,page:number,pageSize:number)=>`${profile}search/new-page/oc/${id}/officer?page=${page}&pageSize=${pageSize}` }; diff --git a/src/modules/04_registry/components/TableProfile.vue b/src/modules/04_registry/components/TableProfile.vue index 7f97f0cc0..f4a9f1e66 100644 --- a/src/modules/04_registry/components/TableProfile.vue +++ b/src/modules/04_registry/components/TableProfile.vue @@ -11,19 +11,19 @@ dense virtual-scroll :virtual-scroll-sticky-size-start="48" - :rows-per-page-options="[10, 25, 50, 100]" + :pagination-label="paginationLabel" v-model:pagination="pagination" > -