ソースを参照

fix:传参名称

xuqiaoying 3 年 前
コミット
6606e92cad
1 ファイル変更4 行追加2 行削除
  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,