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