fix การแสดง การพัฒนารายบุคคล (Individual Development Plan) ของลูกจ้าง
This commit is contained in:
parent
f6ee9eb73e
commit
ca272abf3a
2 changed files with 5 additions and 5 deletions
|
|
@ -222,7 +222,7 @@ export default {
|
|||
employmentHistoryEmployee: (id: string) =>
|
||||
`${registryNew}-employee/employment/history/${id}`,
|
||||
|
||||
developMentPlan: `${registryNew}/development`,
|
||||
developMentPlan: (type: string) => `${registryNew}${type}/development`,
|
||||
|
||||
requestInformationbyType: (type: string, id: string) =>
|
||||
`${registryNew}/request-edit/${type}/${id}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue