รายการขอรับประเมินผลการปฏิบัติราชการระดับบุคคล => form แบบประเมิน
This commit is contained in:
parent
3ed6834933
commit
656211f03f
5 changed files with 100 additions and 56 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import env from "../index";
|
||||
|
||||
const url = `${env.API_URI}/salary`;
|
||||
const kpiPeriod = `${env.API_URI}/kpi/period`;
|
||||
const kpiEvaluation = `${env.API_URI}/kpi/user/evaluation`;
|
||||
const kpiPlan = `${env.API_URI}/kpi/plan`;
|
||||
|
|
@ -11,4 +12,7 @@ export default {
|
|||
kpiPlan,
|
||||
KpiCapacity,
|
||||
file: KpiFile,
|
||||
|
||||
fileByFile: (name: string, group: string, id: string, fileName: string) =>
|
||||
`${url}/file/${name}/${group}/${id}/${fileName}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue