diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index d4141b66..08251157 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -571,8 +571,11 @@ export default { if (i == "orgDomain") { this.queryCondition.orgDomain = null; } + if(i == "keyWord"){ + this.queryCondition.keyWord = ''; + this.keyWord = ''; + } this.queryCondition[i] = ""; - this.searchTags.splice(index, 1); this.getCaseData(); }