xiatian 4 жил өмнө
parent
commit
91eed5a6b6

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