Browse Source

fix:传参名称

xuqiaoying 3 năm trước cách đây
mục cha
commit
6606e92cad
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      pages2/class/questionBank.vue

+ 4 - 2
pages2/class/questionBank.vue

@@ -1911,8 +1911,10 @@ export default {
         this.$api
           .bankRecord({
             courseId: this.courseId,
-            chapterExamId: this.chapterId || 0,
-            moduleExamId: this.moduleId || 0,
+            // chapterExamId: this.chapterId || 0,
+            // moduleExamId: this.moduleId || 0,
+            chapterId: this.chapterId || 0,
+            moduleId: this.moduleId || 0,
             sectionId: this.sectionId || 0,
             examId: this.id,
             goodsId: this.goodsId,