edit api path
This commit is contained in:
parent
6fd22e0c32
commit
38bdb23a0d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ const kpiCapacity = `${env.API_URI}/kpi/capacity`;
|
|||
const reportProbation = `${env.API_URI}/report/probation`;
|
||||
export default {
|
||||
probationMain: (id: string) =>
|
||||
`${probation}/assign/probation-assign-list?personal_id=${id}`,
|
||||
`${probation}/assign/assign-user-list?personal_id=${id}`,
|
||||
|
||||
orgProfilePlacement: (id: string) => `${org}/profile/placement/${id}`,
|
||||
calculateDate: () => `${probation}/calculate/assign-finish`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue