เพิ่ม api ลบเอกสาร
This commit is contained in:
parent
4f05ca9558
commit
6c4c8df2f1
14 changed files with 123 additions and 253 deletions
|
|
@ -27,7 +27,8 @@ export default {
|
|||
leaveCheck: () => `${leave}/user/check`,
|
||||
leaveReport: (id: string) => `${leave}/report/${id}`,
|
||||
leaveSendReport: () => `${leave}/report-template/docx`,
|
||||
leaveDocumentId: (id: string) => `${leave}/user/file/document/${id}`,
|
||||
leaveDocumentId: (id: string, docId: string) =>
|
||||
`${leave}/user/file/document/${id}/${docId}`,
|
||||
|
||||
listHolidayHistoryYearMonth: (year: number, month: number) =>
|
||||
`${holiday}${year}/${month}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue