สิทธิ tab
This commit is contained in:
parent
067a32f436
commit
aeab8ae15a
15 changed files with 122 additions and 24 deletions
|
|
@ -6,6 +6,7 @@ const finish = `${env.API_PROBATION_URI}/assign`;
|
|||
const evaluate = `${env.API_PROBATION_URI}`;
|
||||
const appointMain = `${env.API_PROBATION_URI}/appoint`;
|
||||
const orgProfile = `${env.API_URI}/org`;
|
||||
const probation = `${env.API_URI}/probation`;
|
||||
|
||||
export default {
|
||||
competencyOptions: (personalId: string) =>
|
||||
|
|
@ -88,5 +89,7 @@ export default {
|
|||
appointMain,
|
||||
appointMainList:(id:string)=>`${appointMain}/list/${id}`,
|
||||
|
||||
orgProfileDirector:`${orgProfile}/profile/commander-director`
|
||||
orgProfileDirector:`${orgProfile}/profile/commander-director`,
|
||||
|
||||
permissionsCheck:(id:string)=>`${probation}/permissions/${id}`
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue