Commit 1b024696 by zhujian

'fix'

parent 87f16ef6
...@@ -177,7 +177,7 @@ function ExamData(props: any) { ...@@ -177,7 +177,7 @@ function ExamData(props: any) {
if (filters.questionType) { if (filters.questionType) {
console.log(233232) console.log(233232)
_query.questionType = filters.questionType; _query.questionType = filters.questionType;
_query.currrent =1; _query.current =1;
} else { } else {
delete _query.questionType delete _query.questionType
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment