mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
Merge branch 'master' into zcwy-master
This commit is contained in:
@@ -433,13 +433,13 @@ export default {
|
|||||||
majorType: '', //专业分类code
|
majorType: '', //专业分类code
|
||||||
// orderAsc: false,
|
// orderAsc: false,
|
||||||
// isTop: true,
|
// isTop: true,
|
||||||
excellent: true,
|
excellent: false,
|
||||||
keyWord: '',
|
keyWord: '',
|
||||||
orgDomainDtos: [],
|
orgDomainDtos: [],
|
||||||
caseType: '',
|
caseType: '',
|
||||||
authorName: '',
|
authorName: '',
|
||||||
notInIds: [],
|
notInIds: [],
|
||||||
type: 'excellent',
|
type: '',
|
||||||
userId: '',
|
userId: '',
|
||||||
parent: '',
|
parent: '',
|
||||||
children: [],
|
children: [],
|
||||||
@@ -1088,8 +1088,18 @@ export default {
|
|||||||
this.search(true);
|
this.search(true);
|
||||||
},
|
},
|
||||||
searchexcellent(num) {
|
searchexcellent(num) {
|
||||||
//this.queryCondition.excellent =true;
|
if(this.queryCondition.type==num){
|
||||||
|
this.queryCondition.excellent =false;
|
||||||
|
this.queryCondition.type = '';
|
||||||
|
this.search(true)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
this.queryCondition.excellent =false;
|
||||||
this.queryCondition.type = num;
|
this.queryCondition.type = num;
|
||||||
|
if(num == 'excellent'){
|
||||||
|
this.queryCondition.excellent =true;
|
||||||
|
this.queryCondition.type = num;
|
||||||
|
}
|
||||||
this.search(true);
|
this.search(true);
|
||||||
// this.getCaseData();
|
// this.getCaseData();
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user