API สรุปผล รอ pathName
This commit is contained in:
parent
5bb31541c9
commit
84a45e3f59
4 changed files with 94 additions and 61 deletions
|
|
@ -79,7 +79,9 @@ export default {
|
|||
suspendReport: () => `${suspend}/report`,
|
||||
|
||||
reportresult: (id: string) => `${disciplineMain}/result/report/${id}`,
|
||||
|
||||
discardResult:(id:string,commandType:string) => `${discipline}/discard/${id}/${commandType}`,
|
||||
upLoadFileResult:(id:string) => `${disciplineMain}/result/file/${id}`,
|
||||
deleteFileResult:(id:string,docId:string) => `${disciplineMain}/result/file/${id}/${docId}`,
|
||||
|
||||
appealMainList: (status: string, type: string, year: number, page: number, pageSize: number, keyword: string) => `${appeal}/admin?status=${status}&type=${type}&year=${year}&page=${page}&pageSize=${pageSize}&keyword=${keyword}`,
|
||||
appealAdd: () => `${appeal}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue