API หน้าแก้ไขข้อมูลลูกจ้างชั่วคราว
This commit is contained in:
parent
d642f74a61
commit
91bd7a3441
3 changed files with 339 additions and 22 deletions
|
|
@ -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}`
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue