ปรับ API report กพ7

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-04 13:43:10 +07:00
parent 7b02611f33
commit 9dfd60c26e
2 changed files with 19 additions and 10 deletions

View file

@ -179,7 +179,8 @@ export default {
profileReportEmpId: (profileId: string) =>
`${report}kk1-employee/${profileId}`,
profileKp7ShortId: (profileId: string) => `${report}kp7-short/${profileId}`,
profileKp7ShortEmpId: (profileId: string) => `${report}kp7-short-employee/${profileId}`,
profileKp7ShortEmpId: (profileId: string) =>
`${report}kp7-short-employee/${profileId}`,
profileChangeNameId: (profileId: string) =>
`${profile}changeName/${profileId}`,
@ -220,5 +221,10 @@ export default {
`${profile}search/new-page/oc/${id}/officer?page=${page}&pageSize=${pageSize}`,
orgProfileAvatar: `${registryNew}avatar`,
orgProfileAvatarbyType:(type:string)=> `${avatarNew}${type}/avatar`,
orgProfileAvatarbyType: (type: string) => `${avatarNew}${type}/avatar`,
profilFull: (id: string, type: string) =>
`${env.API_URI}/org/${type}/kk1/${id}`,
profilshort: (id: string, type: string) =>
`${env.API_URI}/org/${type}/kp7-short/${id}`,
};