fix bug send profileId to registry

This commit is contained in:
Warunee Tamkoo 2023-08-19 13:36:39 +07:00
parent f829dc2098
commit a646ad3d6d
19 changed files with 205 additions and 1052 deletions

View file

@ -98,6 +98,7 @@ export default {
receiveReport: `${receive}/report`,
receiveDataId: (id: string) => `${receive}/${id}`,
receivePosition: (id: string) => `${receive}/position/${id}`,
receiveDataPosition: () => `${receive}/use`,
//tranfer ระบบคำขอโอน
transfer,
@ -115,6 +116,7 @@ export default {
appointmentDelete: (id: string) => `${placement}/appointment/${id}`,
appointmentPosition: (id: string) => `${placement}/appointment/position/${id}`,
apppointmentReport: (id: string) => `${placement}/appointment/report/${id}`,
apppointmentPosition: () => `${placement}/appointment/use`,
// ช่วยราชการ
placemenHelpGov,
@ -139,6 +141,8 @@ export default {
relocationMainReport: () => `${placement}/relocation/report`,
relocationMainPut: (id: string) => `${placement}/relocation/position/${id}`,
relocationMainEdit: (id: string) => `${placemenRelocation}/${id}`,
relocationMainPosition: () => `${placement}/relocation/use`,
// อื่นๆ
placemenOther,
otherMain: () => `${placemenOther}`,