รายการ ลา
This commit is contained in:
parent
1e2d0108b6
commit
14cc7aa52f
5 changed files with 670 additions and 26 deletions
|
|
@ -184,4 +184,8 @@ export default {
|
|||
profilePermission: `${orgProfile}/keycloak/permissionProfile`,
|
||||
profileidPosition: (type: string) =>
|
||||
`${orgProfile}${type}/profileid/position`,
|
||||
|
||||
workflowCommanderOperate:`${workflow}/commander/operate`,
|
||||
workflowCommanderSign:`${workflow}/commander/sign`,
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -49,4 +49,8 @@ export default {
|
|||
leaveReportLeavedayRetire: () => `${leaveReport}/leavedayRetire`,
|
||||
|
||||
leaveReportLeave2: (type: string) => `${leaveReport}/leave2/${type}`,
|
||||
|
||||
addApproverByType:(type:string,profileType:string,id:string)=>`${leave}/${profileType}/add-approver/${type}/${id}`,
|
||||
sendApprove:(id:string)=>`${leave}/admin/approve/officer/${id}`
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue