fix request api search person add body system
This commit is contained in:
parent
9cd792e90c
commit
a6f7b4e587
9 changed files with 25 additions and 4 deletions
|
|
@ -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`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue