fix การแสดง การพัฒนารายบุคคล (Individual Development Plan) ของลูกจ้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-08-06 11:57:28 +07:00
parent f6ee9eb73e
commit ca272abf3a
2 changed files with 5 additions and 5 deletions

View file

@ -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}`,