แก้ report
This commit is contained in:
parent
54cfdd2f9b
commit
bdd59fbd0b
2 changed files with 4 additions and 74 deletions
|
|
@ -10,6 +10,7 @@ export default {
|
|||
evaluationCheckById: (id: string) => `${evaluation}/check/${id}`,
|
||||
evaluationCheckspec: () => `${evaluation}/check-spec`,
|
||||
evaluationCheckspecByid: (id: string) => `${evaluation}/check-spec/${id}`,
|
||||
evaluationReportCheckspecByid: (id: string) => `${evaluation}/report/check-spec-report/${id}`,
|
||||
evaluationPreparedoc: (id: string, type: string) =>
|
||||
`${evaluation}/prepare-doc-v1/${type}/${id}`,
|
||||
evaluationCheckdoc: (id: string, type: string) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue