fix: probation api
This commit is contained in:
parent
663c4a9262
commit
699997401e
3 changed files with 6 additions and 3 deletions
|
|
@ -30,7 +30,8 @@ export default {
|
|||
`${reportProbation}/13/${type}/${id}`,
|
||||
reportEvaluateRecord1: (type: string, id: string) =>
|
||||
`${reportProbation}/14/${type}/${id}`,
|
||||
// reportEvaluateRecord2:(type:string, id:string) => `${reportProbation}/15/${type}/${id}`,
|
||||
reportEvaluateRecord2: (type: string, id: string) =>
|
||||
`${reportProbation}/15/${type}/${id}`,
|
||||
reportEvaluate: (type: string, id: string) =>
|
||||
`${reportProbation}/16/${type}/${id}`,
|
||||
reportEvaluateChairman: (type: string, id: string) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue