diff --git a/src/api/registry/api.profile.ts b/src/api/registry/api.profile.ts index 60b262952..66b2631f7 100644 --- a/src/api/registry/api.profile.ts +++ b/src/api/registry/api.profile.ts @@ -45,6 +45,7 @@ export default { `${profile}search/new-employee/oc/${id}`, profileSearchNewEmOcLeaveId: (id: string) => `${profile}search/new-employee/oc/leave/${id}`, + profileSearchPersonal: () => `${profile}search-personal`, profileEmployeeTempId: (id: string) => `${profile}employee/temp/${id}`, profileCoupleId: (profileId: string) => `${profile}couple/${profileId}`, @@ -188,10 +189,6 @@ export default { //ระบบ ลูกจ้างชั่คราว employmentId: (profileId: string) => `${profile}employment/${profileId}`, - employmentHistoryId: (employmentId: string) => `${profile}employment/history/${employmentId}` - - - - - + employmentHistoryId: (employmentId: string) => + `${profile}employment/history/${employmentId}`, }; diff --git a/src/modules/11_discipline/components/6_BasicInformation/Director/Form.vue b/src/modules/11_discipline/components/6_BasicInformation/Director/Form.vue index aecd4e030..eb353531b 100644 --- a/src/modules/11_discipline/components/6_BasicInformation/Director/Form.vue +++ b/src/modules/11_discipline/components/6_BasicInformation/Director/Form.vue @@ -1,10 +1,24 @@