Merge branch 'develop' of github.com:Frappet/hrms-mgt into develop
This commit is contained in:
commit
954b78575f
4 changed files with 39 additions and 26 deletions
|
|
@ -120,7 +120,7 @@ export default {
|
|||
historyDirectorbyId: (id: string, type: string) =>
|
||||
`${disciplineMain}/director/${type}/${id}`,
|
||||
historyOrderById: (id: string) =>
|
||||
`${env.API_URI}/order/history/discipline/${id}`,
|
||||
`${env.API_URI}/discipline/result/order/history/${id}`,
|
||||
|
||||
complaintbyGetId: (id: string, page?: string) =>
|
||||
`${disciplineMain}/complaint/${page}/${id}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue