This commit is contained in:
lmj
2022-06-20 14:24:58 +08:00
parent 6757d8d9fb
commit 6ce70d06c9

View File

@@ -529,6 +529,14 @@ export default {
if (this.keyWord != this.queryCondition.keyWord) {
this.queryCondition.keyWord = this.keyWord;
}
if(this.queryCondition.orgDomain == 0){
this.queryCondition.orgDomain = null
}
if(this.queryCondition.majorType == 0){
this.queryCondition.majorType = null
}
this.getCaseData();
},
async getCaseData() {