|
@@ -311,7 +311,8 @@ export default {
|
|
|
|
|
|
this.$api
|
|
|
.goodsChapterList({
|
|
|
- moduleExamId: id
|
|
|
+ moduleExamId: id,
|
|
|
+ goodsId:this.id
|
|
|
})
|
|
|
.then(res => {
|
|
|
this.$set(this.bankList[index], 'showList', true);
|
|
@@ -327,7 +328,8 @@ export default {
|
|
|
|
|
|
this.$api
|
|
|
.bankExamExamList({
|
|
|
- chapterExamId: id
|
|
|
+ chapterExamId: id,
|
|
|
+ goodsId:this.id
|
|
|
})
|
|
|
.then(res => {
|
|
|
this.$set(this.bankList[index1].list[index2], 'showList', true);
|
|
@@ -341,7 +343,8 @@ export default {
|
|
|
|
|
|
this.$api
|
|
|
.bankExamExamList({
|
|
|
- chapterExamId: id
|
|
|
+ chapterExamId: id,
|
|
|
+ goodsId: this.id
|
|
|
})
|
|
|
.then(res => {
|
|
|
this.$set(this.bankList[index1], 'showList', true);
|