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() {
+      debugger;
       this.$http
         .get("/api/ecs_oe_admin/exam/student/courseProgress/list", {
           params: {
             examId: this.examId,
-            examStageId: this.examstageId,
+            examStageId: this.examStageId,
             courseId: this.courseId
           }
         })