Browse Source

fix:传参名称

xuqiaoying 2 years ago
parent
commit
6606e92cad
1 changed files with 4 additions and 2 deletions
  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,