From 1800d53edd7a97be3b5e0e9237dccf91037b71c8 Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Thu, 23 Oct 2025 15:43:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=20=E8=80=83=E4=B8=8A?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E9=A2=98=E7=9B=AE=E5=88=86=E7=B1=BB=20?= =?UTF-8?q?=E6=9C=AA=E5=90=AF=E4=BD=9C=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/exam/questionChoose.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/views/exam/questionChoose.vue b/client/src/views/exam/questionChoose.vue index b5114f3..845a8b0 100644 --- a/client/src/views/exam/questionChoose.vue +++ b/client/src/views/exam/questionChoose.vue @@ -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();