From 7471481876bbb2c4985ee2be4c7b78b60153ed49 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Thu, 9 Jun 2022 12:11:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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(); }