|
@@ -1913,8 +1913,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,
|