Merge branch 'master' into zcwy-master

This commit is contained in:
zhangsir
2024-01-11 15:47:08 +08:00

View File

@@ -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();
}, },