updated portfolio
This commit is contained in:
parent
cad424140e
commit
080ef0b4e8
5 changed files with 63 additions and 50 deletions
|
|
@ -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 Kpi = `${env.API_URI}/kpi`;
|
||||
const KpiUser = `${env.API_URI}/kpi/user`;
|
||||
const kpiAchievement = `${env.API_URI}/kpi/user/achievement`;
|
||||
const kpiReason = `${env.API_URI}/kpi/reason`;
|
||||
|
|
@ -60,5 +61,5 @@ export default {
|
|||
sendToSummary: (id: string) => `${kpiEvaluation}/summary/${id}`,
|
||||
updatePoint: (id: string) => `${kpiEvaluation}/point/${id}`,
|
||||
openPoint: (id: string) => `${kpiEvaluation}/open/${id}`,
|
||||
kpiReport: (id: string) => `${kpiEvaluation}/report/${id}`,
|
||||
kpiReport: (id: string) => `${Kpi}/report/kpi9/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue