ผูก API ในส่วนของ KPI สมรรถนะ
This commit is contained in:
parent
ab9f349af7
commit
6aaa9f6c30
4 changed files with 216 additions and 39 deletions
|
|
@ -7,6 +7,8 @@ const kpiPlan = `${env.API_URI}/kpi/plan`;
|
|||
const kpiRole = `${env.API_URI}/kpi/role`;
|
||||
const KpiCapacity = `${env.API_URI}/kpi/capacity`;
|
||||
const KpiFile = `${env.API_URI}/salary/file`;
|
||||
|
||||
const KpiUser = `${env.API_URI}/kpi/user`;
|
||||
export default {
|
||||
kpiPeriod,
|
||||
kpiEvaluation,
|
||||
|
|
@ -17,4 +19,6 @@ export default {
|
|||
|
||||
fileByFile: (name: string, group: string, id: string, fileName: string) =>
|
||||
`${url}/file/${name}/${group}/${id}/${fileName}`,
|
||||
|
||||
kpiUserCapacity:`${KpiUser}/capacity`
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue