แก้เเสดงผล Individual Development Plan

This commit is contained in:
setthawutttty 2024-12-19 17:52:43 +07:00
parent 72c3ce8326
commit 1dff367e7b
3 changed files with 101 additions and 68 deletions

View file

@ -11,6 +11,7 @@ const KpiFile = `${env.API_URI}/salary/file`;
const KpiEvaluationInfo = `${env.API_URI}/kpi/evaluation`;
const Kpiorg = `${env.API_URI}/org/profile/commander`;
const developmentOrg = `${env.API_URI}/org`;
const Kpi = `${env.API_URI}/kpi`;
const KpiUser = `${env.API_URI}/kpi/user`;
const kpiAchievement = `${env.API_URI}/kpi/user/achievement`;
@ -64,4 +65,8 @@ export default {
kpiReport: (id: string) => `${Kpi}/report/kpi-user/${id}`,
developmentMain: `${development}/main`,
developmentReQuestIDP: (id: string) => `${developmentOrg}/profile/development/registry/USER/${id}`,
developmentIDP: (id: string) => `${development}/main/registry/USER/${id}`,
};