fix leave position commander
This commit is contained in:
parent
0372eb9726
commit
2ba418651b
4 changed files with 18 additions and 9 deletions
|
|
@ -57,6 +57,7 @@ export default {
|
|||
addApproverByType: (type: string, profileType: string, id: string) =>
|
||||
`${leave}/${profileType}/add-approver/${type}/${id}`,
|
||||
sendApprove: (id: string) => `${leave}/admin/approve/officer/${id}`,
|
||||
adminSender: (id: string) => `${leave}/admin/sender/${id}`,
|
||||
|
||||
leaveReportAPI: (type: string) =>
|
||||
`${leave}/report/download/time-records/${type}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue