diff --git a/src/api/registry/api.profile.ts b/src/api/registry/api.profile.ts index 009c483fb..3e379f4f7 100644 --- a/src/api/registry/api.profile.ts +++ b/src/api/registry/api.profile.ts @@ -184,7 +184,11 @@ export default { profileCitizenId: (citizenId: string) => `${profile}citizenId/${citizenId}`, profileEmployeeIn: `${profile}information/employee`, - profileHistory: (type: string) => `${profile}search/history/oc/${type}` + profileHistory: (type: string) => `${profile}search/history/oc/${type}`, + + //ระบบ ลูกจ้างชั่คราว + employmentId: (profileId: string) => `${profile}employment/${profileId}` + diff --git a/src/modules/08_registryEmployee/components/EditEmployee/Employment.vue b/src/modules/08_registryEmployee/components/EditEmployee/Employment.vue index 5d853ee25..0df181474 100644 --- a/src/modules/08_registryEmployee/components/EditEmployee/Employment.vue +++ b/src/modules/08_registryEmployee/components/EditEmployee/Employment.vue @@ -1,7 +1,10 @@