แก้ API
This commit is contained in:
parent
c01031c687
commit
cfd79ee40b
11 changed files with 18 additions and 17 deletions
|
|
@ -33,11 +33,12 @@ export default {
|
|||
kpiEvaluation,
|
||||
kpiEvaluationUser,
|
||||
kpiPlan,
|
||||
kpiPlanById: (id: string) => `${kpiPlan}/${id}`,
|
||||
kpiPlanById: (id: string) => `${kpiPlan}/edit/${id}`,
|
||||
|
||||
/** role */
|
||||
kpiRole,
|
||||
kpiRoleMainList: `${KPI}/role`,
|
||||
kpiRoleMainEdit: `${KPI}/role/edit`,
|
||||
|
||||
kpiSpecial,
|
||||
kpiCapacity,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue