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}`,
|
||||
};
|
||||
|
|
|
|||
9
src/api/api.development.ts
Normal file
9
src/api/api.development.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import env from "./index";
|
||||
|
||||
const development = `${env.API_URI}/development`;
|
||||
|
||||
export default {
|
||||
// portfolio
|
||||
portfolio: `${development}/portfolio`,
|
||||
portfolioId: (id: string) => `${development}/portfolio/${id}`,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue