fix:: แก้เส้น API รายงานสถิติการลงเวลา
This commit is contained in:
parent
26ee98f48f
commit
3f627856a1
2 changed files with 91 additions and 3 deletions
|
|
@ -55,6 +55,7 @@ export default {
|
|||
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}`
|
||||
sendApprove:(id:string)=>`${leave}/admin/approve/officer/${id}`,
|
||||
|
||||
leaveReportAPI:(type:string)=>`${leave}/report/download/time-records/${type}`
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue