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 = "";