This commit is contained in:
2023-10-17 12:00:58 +08:00
parent bfdbd3f7f3
commit 9ba3f6ed48
5 changed files with 43 additions and 18 deletions

View File

@@ -77,7 +77,7 @@
}
}
this.loading = false
this.$refs.question.getQuestionList(JSON.stringify(this.questionArr), this.navTitle)
this.$refs.question.getQuestionList(JSON.stringify(this.questionArr), this.navTitle , this.subject)
this.$refs.question.getOriginArr(JSON.stringify(this.questionArr))
}
},