瀏覽代碼

考试概览bug fix

lideyin 4 年之前
父節點
當前提交
26346ee68d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/modules/oe/views/examSummary.vue

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

@@ -349,11 +349,12 @@ export default {
         });
         });
     },
     },
     getCourseProgress() {
     getCourseProgress() {
+      debugger;
       this.$http
       this.$http
         .get("/api/ecs_oe_admin/exam/student/courseProgress/list", {
         .get("/api/ecs_oe_admin/exam/student/courseProgress/list", {
           params: {
           params: {
             examId: this.examId,
             examId: this.examId,
-            examStageId: this.examstageId,
+            examStageId: this.examStageId,
             courseId: this.courseId
             courseId: this.courseId
           }
           }
         })
         })