Explorar o código

考试概览bug fix

lideyin %!s(int64=4) %!d(string=hai) anos
pai
achega
26346ee68d
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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
           }
         })