no message
This commit is contained in:
parent
af2cf46837
commit
0f8dc5229d
3 changed files with 196 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ const kpiRole = `${env.API_URI}/kpi/role`;
|
|||
const KpiCapacity = `${env.API_URI}/kpi/capacity`;
|
||||
const KpiFile = `${env.API_URI}/salary/file`;
|
||||
const KpiEvaluation = `${env.API_URI}/kpi/evaluation`;
|
||||
const Kpiorg = `${env.API_URI}/org/profile/commander`
|
||||
|
||||
const KpiUser = `${env.API_URI}/kpi/user`;
|
||||
const kpiAchievement = `${env.API_URI}/kpi/user/achievement`;
|
||||
|
|
@ -29,4 +30,5 @@ export default {
|
|||
|
||||
kpiUserCapacity: `${KpiUser}/capacity`,
|
||||
KpiEvaluation,
|
||||
Kpiorg,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue