fix request api search person add body system

This commit is contained in:
Warunee Tamkoo 2025-07-30 15:13:06 +07:00
parent 9cd792e90c
commit a6f7b4e587
9 changed files with 25 additions and 4 deletions

View file

@ -46,7 +46,7 @@ export default {
`${profile}search/new-employee/oc/${id}`,
profileSearchNewEmOcLeaveId: (id: string) =>
`${profile}search/new-employee/oc/leave/${id}`,
profileSearchPersonal: () => `${profile}search-personal`,
// profileSearchPersonal: () => `${profile}search-personal`, // ไม่ได้เรียกใช้แล้ว
profileEmployeeTempId: (id: string) => `${profile}employee/temp/${id}`,
profileCoupleId: (profileId: string) => `${profile}couple/${profileId}`,
@ -197,7 +197,7 @@ export default {
employmentHistoryId: (employmentId: string) =>
`${profile}employment/history/${employmentId}`,
searchPersonal: () => `${profile}search-personal`,
// searchPersonal: () => `${profile}search-personal`, // ไม่ได้เรียกใช้แล้ว
//สร้างข้อมูลราชการ
createProfileOfficer: () => `${profile}information/officer`,