소스 검색

Merge branch 'master' of http://60.205.254.193:3000/GCLS/eep_page

dsy 2 달 전
부모
커밋
6af13bb0d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/book/courseware/preview/components/video_interaction/ExercisePreview.vue

+ 1 - 1
src/views/book/courseware/preview/components/video_interaction/ExercisePreview.vue

@@ -93,7 +93,7 @@ export default {
       this.loading = true;
       let data = {
         exercise_id: this.exercise_id,
-        courseware_id: this.$route.params.id,
+        courseware_id: this.$route.query.id,
       };
       GetCoursewareExerciseView(data)
         .then((res) => {