提交
This commit is contained in:
@@ -75,6 +75,9 @@
|
||||
if(op.chapter){
|
||||
param.chapter=op.chapter
|
||||
}
|
||||
if(op.examKey){
|
||||
param.examKey=op.examKey
|
||||
}
|
||||
queryQuestion(param).then(res => {
|
||||
if (res.code == '0000') {
|
||||
this.questionArr = res.data
|
||||
|
||||
Reference in New Issue
Block a user