ออกคำสั่ง Check สกจ.
This commit is contained in:
parent
a4133792d9
commit
ff80a4b073
3 changed files with 25 additions and 117 deletions
|
|
@ -10,7 +10,12 @@ export default {
|
|||
commandAction: (commandId: string, type: string) =>
|
||||
`${command}/${type}/${commandId}`,
|
||||
|
||||
commandSalaryList:(command:string)=>`${commandSalary}/list?commandSysId=${command}`,
|
||||
commandSwap:(tab:string,direction:string,commandReciveId:string)=>`${command}/${tab}/swap/${direction}/${commandReciveId}`,
|
||||
commandEditRecive:(tab:string,commandReciveId:string)=>`${command}/${tab}/recive/${commandReciveId}`
|
||||
commandSalaryList: (command: string) =>
|
||||
`${commandSalary}/list?commandSysId=${command}`,
|
||||
commandSwap: (tab: string, direction: string, commandReciveId: string) =>
|
||||
`${command}/${tab}/swap/${direction}/${commandReciveId}`,
|
||||
commandEditRecive: (tab: string, commandReciveId: string) =>
|
||||
`${command}/${tab}/recive/${commandReciveId}`,
|
||||
|
||||
checkIdofficer: `${env.API_URI}/org/profile/keycloak/idofficer`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue