diff --git a/src/api/registry/api.profile.ts b/src/api/registry/api.profile.ts index 825354745..cca6712bd 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}`, 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 @@