|
@@ -71,7 +71,7 @@ export function savePapers(papers) {
|
|
|
}
|
|
|
|
|
|
export function examDeletePaper(id) {
|
|
|
- return httpApp.post("/api/admin/exam/paper/delete", {}, { params: id });
|
|
|
+ return httpApp.post("/api/admin/exam/paper/delete", {}, { params: { id } });
|
|
|
}
|
|
|
|
|
|
export function searchUnionPapers(courseCode) {
|