Kaynağa Gözat

fix:传参名称

xuqiaoying 3 yıl önce
ebeveyn
işleme
6606e92cad
1 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  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,