updated format code & eslint rule
This commit is contained in:
parent
67c6810def
commit
8a31554f38
102 changed files with 6271 additions and 6164 deletions
|
|
@ -3,11 +3,10 @@ const probation = `${env.API_URI}/probation`;
|
|||
const org = `${env.API_URI}/org`;
|
||||
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}`,
|
||||
|
||||
probationMain: (id: string) =>
|
||||
`${probation}/assign/probation-assign-list?personal_id=${id}`,
|
||||
|
||||
orgProfilePlacement: (id: string) => `${org}/profile/placement/${id}`,
|
||||
calculateDate: () => `${probation}/calculate/assign-finish`,
|
||||
|
|
@ -55,6 +54,6 @@ export default {
|
|||
`${probation}/evaluate-record/create/commander?assign_id=${id}`,
|
||||
reportEvaluateRecord1: (type: string, id: string) =>
|
||||
`${reportProbation}/14/${type}/${id}`,
|
||||
|
||||
kpiCapacity
|
||||
|
||||
kpiCapacity,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue