fix bug change status
This commit is contained in:
parent
1cb3c891f6
commit
8e0dce57d9
2 changed files with 7 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ export default {
|
|||
probationGetAssignList: (personalId: string) =>
|
||||
`${finish}/probation-assign-list?personal_id=${personalId}`,
|
||||
probationsGetAssign: (assignId: string) => `${finish}/probation-assign?assign_id=${assignId}`,
|
||||
changestatusProbations: (personalId: string) => `${evaluate}/probation/change-status?personal_id=${personalId}`,
|
||||
changestatusProbations: (personalId: string) => `${evaluate}/report/change-status?personal_id=${personalId}`,
|
||||
|
||||
// probationGetAssignList: (personalId: string) =>
|
||||
// `${finish}/probation-assign-list?personal_id=${personalId}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue