|
@@ -625,6 +625,7 @@ export default {
|
|
|
.get("/api/ecs_oe_admin/exam/student/statistic/by/org/export", {
|
|
|
params: {
|
|
|
examId: this.examId,
|
|
|
+ examStageId: this.examStageId,
|
|
|
orgId: this.orgId
|
|
|
},
|
|
|
responseType: "arraybuffer",
|
|
@@ -653,6 +654,7 @@ export default {
|
|
|
.get("/api/ecs_oe_admin/exam/student/courseProgress/list/export", {
|
|
|
params: {
|
|
|
examId: this.examId,
|
|
|
+ examStageId: this.examStageId,
|
|
|
courseId: this.courseId
|
|
|
},
|
|
|
responseType: "arraybuffer",
|