รายการประวัติฝึกอบรม/ดูงาน ขรก.
This commit is contained in:
parent
f23ec1b044
commit
9d590c185b
2 changed files with 51 additions and 72 deletions
|
|
@ -7,9 +7,12 @@ const devStrategy = `${env.API_URI}/development/strategy`;
|
|||
export default {
|
||||
development,
|
||||
/** history */
|
||||
developmentHistoryList: (type: string) => `${development}/history/${type}/`,
|
||||
developmentHistoryList: (type: string) =>
|
||||
`${development}/history/${type}/filter`,
|
||||
developmentHistoryAdd: (type: string) => `${development}/history/${type}`,
|
||||
developmentProjectSearch: () => `${development}/main/search`,
|
||||
developmentHistoryListOrg: (type: string, year: number) =>
|
||||
`${development}/history/${type}/org/${year}`,
|
||||
|
||||
/** history employee */
|
||||
developmentProjectSearchEmployee: () => `${developmentOrg}/profile-employee/`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue