ปรับโครงสร้างและเปลี่ยนสถานะทดลองงาน
This commit is contained in:
parent
8d438e9bc7
commit
4c0c0551f8
3 changed files with 37 additions and 29 deletions
|
|
@ -34,8 +34,6 @@ export default {
|
|||
changestatusProbations: (personalId: string) =>
|
||||
`${evaluate}/report/change-status?personal_id=${personalId}`,
|
||||
|
||||
|
||||
|
||||
// probationGetAssignList: (personalId: string) =>
|
||||
// `${finish}/probation-assign-list?personal_id=${personalId}`,
|
||||
// clearPosition: (personalId:string) => `${placement}/position/clear/${personalId}`
|
||||
|
|
@ -86,4 +84,6 @@ export default {
|
|||
summaryReportDetail: (id: string) => `${evaluate}/report?assign_id=${id}`,
|
||||
|
||||
orgProfilePlacement: (id: string) => `${orgProfile}/profile/placement/${id}`,
|
||||
orgProfileStatus: (profileId: string) =>
|
||||
`${orgProfile}/profile/probation/${profileId}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue