From 12e91854fe59debe4405ee0444055c2fa09cf34b Mon Sep 17 00:00:00 2001 From: zxj Date: Wed, 3 Dec 2025 17:46:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=81=A2=E5=A4=8D=E4=BF=9D=E7=95=99?= =?UTF-8?q?=E5=85=B6=E4=BD=99=E9=80=89=E6=8B=A9=E6=9D=A1=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index e101f1d8..79daae12 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -1778,9 +1778,9 @@ export default { } if (this.keyWord != this.queryCondition.keyWord) { this.queryCondition.keyWord = this.keyWord; - this.tagList.forEach((tag, index) => { - this.tagsClose(tag, index); - }); + // this.tagList.forEach((tag, index) => { + // this.tagsClose(tag, index); + // }); } if (this.queryCondition.majorType == 0) { this.queryCondition.majorType = "";