fix bug send profileId to registry
This commit is contained in:
parent
f829dc2098
commit
a646ad3d6d
19 changed files with 205 additions and 1052 deletions
|
|
@ -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}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue