รายการประวัติฝึกอบรม/ดูงาน ขรก.

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-18 15:54:01 +07:00
parent f23ec1b044
commit 9d590c185b
2 changed files with 51 additions and 72 deletions

View file

@ -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/`,