mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
修改
This commit is contained in:
@@ -529,6 +529,14 @@ export default {
|
|||||||
if (this.keyWord != this.queryCondition.keyWord) {
|
if (this.keyWord != this.queryCondition.keyWord) {
|
||||||
this.queryCondition.keyWord = this.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();
|
this.getCaseData();
|
||||||
},
|
},
|
||||||
async getCaseData() {
|
async getCaseData() {
|
||||||
|
|||||||
Reference in New Issue
Block a user