mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
修改
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user