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