mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
首页
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user