รายการขอรับประเมินผลการปฏิบัติราชการระดับบุคคล
This commit is contained in:
parent
95ac852446
commit
0adb7ae187
6 changed files with 786 additions and 304 deletions
10
src/api/KPI/api.KPI.ts
Normal file
10
src/api/KPI/api.KPI.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import env from "../index";
|
||||
|
||||
const kpiPeriod = `${env.API_URI}/kpi/period`;
|
||||
const kpiEvaluation = `${env.API_URI}/kpi/user/evaluation`;
|
||||
const kpiPlan = `${env.API_URI}/kpi/plan`;
|
||||
export default {
|
||||
kpiPeriod,
|
||||
kpiEvaluation,
|
||||
kpiPlan,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue