feat: 修改 考上选择题目分类 未启作用

This commit is contained in:
TianyangZhang 2025-10-23 15:43:02 +08:00
parent 6abd7c0c8c
commit 1800d53edd
1 changed files with 2 additions and 1 deletions

View File

@ -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();