This commit is contained in:
zhaofang
2022-06-09 12:11:50 +08:00
parent 7a62d6df51
commit 7471481876

View File

@@ -571,8 +571,11 @@ export default {
if (i == "orgDomain") { if (i == "orgDomain") {
this.queryCondition.orgDomain = null; this.queryCondition.orgDomain = null;
} }
if(i == "keyWord"){
this.queryCondition.keyWord = '';
this.keyWord = '';
}
this.queryCondition[i] = ""; this.queryCondition[i] = "";
this.searchTags.splice(index, 1); this.searchTags.splice(index, 1);
this.getCaseData(); this.getCaseData();
} }