feat: 修改 考上选择题目分类 未启作用
This commit is contained in:
parent
6abd7c0c8c
commit
1800d53edd
|
|
@ -195,10 +195,11 @@
|
|||
this.getList();
|
||||
},
|
||||
handleFilter() {
|
||||
|
||||
if(this.questioncatC.length) {
|
||||
this.listQuery.questioncat = this.questioncatC[this.questioncatC.length-1]
|
||||
}else{
|
||||
this.listQuery.questioncat = ''
|
||||
this.listQuery.questioncat = this.questioncatC
|
||||
}
|
||||
this.listQuery.page = 1;
|
||||
this.getList();
|
||||
|
|
|
|||
Loading…
Reference in New Issue