API หน้าแก้ไขข้อมูลลูกจ้างชั่วคราว

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-25 17:26:47 +07:00
parent d642f74a61
commit 91bd7a3441
3 changed files with 339 additions and 22 deletions

View file

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