xiatian 4 years ago
parent
commit
91eed5a6b6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/modules/oe/views/examSummary.vue

+ 2 - 0
src/modules/oe/views/examSummary.vue

@@ -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",