浏览代码

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,