assignList
This commit is contained in:
parent
f81ff646ac
commit
414eca616d
3 changed files with 57 additions and 62 deletions
|
|
@ -23,5 +23,7 @@ export default {
|
|||
saveFinish: (personalId: string) =>
|
||||
`${finish}/probation-assign?personal_id=${personalId}`,
|
||||
personalAdd: () => `${personal}/add`,
|
||||
probationGetAssignList: (personalId:string) =>
|
||||
`${finish}/probation-assign-list?personal_id=${personalId}`
|
||||
// clearPosition: (personalId:string) => `${placement}/position/clear/${personalId}`
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue