fixing history command
This commit is contained in:
parent
e45aadbf6c
commit
4016eb6db3
2 changed files with 8 additions and 4 deletions
|
|
@ -10,6 +10,7 @@ const placemenRepatriation = `${placement}/repatriation`;
|
|||
const placemenRelocation = `${placement}/relocation`;
|
||||
const placemenOther = `${env.API_URI}/retirement/other`;
|
||||
const placemenAppointment = `${placement}/appointment`;
|
||||
const orgSearchCommand = `${env.API_URI}/org/profile/search/profile/command`;
|
||||
|
||||
export default {
|
||||
MainDetail: (year: number) => `${placement}/exam/${year}`,
|
||||
|
|
@ -102,6 +103,7 @@ export default {
|
|||
orderReady: (id: string) => `${order}/order/ready/${id}`,
|
||||
attachmentOrder: (orderId: string) => `${order}/order/attachment/${orderId}`,
|
||||
searchOrderprofile: () => `${order}/order/search/profile/command`,
|
||||
searchCommandProfileNew: () => `${orgSearchCommand}`,
|
||||
disciplineReportList,
|
||||
//receive ระบบรับโอน
|
||||
receiveData: () => `${receive}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue