ค้นหาคนในทะเบียนประวัติ กรณีผู้ถูกร้องเรียนเป็นบุคคล #34

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-23 15:32:41 +07:00
parent e9ac152cf7
commit 861cbf6eff
3 changed files with 127 additions and 74 deletions

View file

@ -188,10 +188,8 @@ export default {
//ระบบ ลูกจ้างชั่คราว
employmentId: (profileId: string) => `${profile}employment/${profileId}`,
employmentHistoryId: (employmentId: string) => `${profile}employment/history/${employmentId}`
employmentHistoryId: (employmentId: string) =>
`${profile}employment/history/${employmentId}`,
searchPersonal: () => `${profile}search-personal`,
};