xiatian 4 年之前
父節點
當前提交
91eed5a6b6
共有 1 個文件被更改,包括 2 次插入0 次删除
  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", {
         .get("/api/ecs_oe_admin/exam/student/statistic/by/org/export", {
           params: {
           params: {
             examId: this.examId,
             examId: this.examId,
+            examStageId: this.examStageId,
             orgId: this.orgId
             orgId: this.orgId
           },
           },
           responseType: "arraybuffer",
           responseType: "arraybuffer",
@@ -653,6 +654,7 @@ export default {
         .get("/api/ecs_oe_admin/exam/student/courseProgress/list/export", {
         .get("/api/ecs_oe_admin/exam/student/courseProgress/list/export", {
           params: {
           params: {
             examId: this.examId,
             examId: this.examId,
+            examStageId: this.examStageId,
             courseId: this.courseId
             courseId: this.courseId
           },
           },
           responseType: "arraybuffer",
           responseType: "arraybuffer",