report ข้อมูลทะเบียนประวัติ
This commit is contained in:
parent
7a3ffc432d
commit
5b80750489
2 changed files with 7 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ import env from "../index";
|
|||
const metadata = `${env.API_URI}/org/metadata/`;
|
||||
const org = `${env.API_URI}/org`;
|
||||
const profileOrg = `${env.API_URI}/org/profile`;
|
||||
const report = `${env.API_URI}/org/profile/`;
|
||||
const report = `${env.API_URI}/org`;
|
||||
const workflow = `${env.API_URI}/org/workflow`;
|
||||
export default {
|
||||
profilePosition: () => `${org}/profile/keycloak/position`,
|
||||
|
|
@ -51,8 +51,10 @@ export default {
|
|||
dataUserOther: `${profileOrg}/other/user`,
|
||||
dataUserOtherByType: (type: string) => `${org}/profile${type}/other/user`,
|
||||
|
||||
profileReportId: (profileId: string) => `${report}kk1/${profileId}`,
|
||||
profileKp7ShortId: (profileId: string) => `${report}kp7-short/${profileId}`,
|
||||
profileReportId: (profileId: string, type: string) =>
|
||||
`${report}/${type}/kk1/${profileId}`,
|
||||
profileKp7ShortId: (profileId: string, type: string) =>
|
||||
`${report}/${type}/kp7-short/${profileId}`,
|
||||
|
||||
/** history */
|
||||
dataUserInformatioHistory: (type: string) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue