mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 10:26:43 +08:00
搜索修改
This commit is contained in:
@@ -433,13 +433,13 @@ export default {
|
||||
majorType: '', //专业分类code
|
||||
// orderAsc: false,
|
||||
// isTop: true,
|
||||
excellent: true,
|
||||
excellent: false,
|
||||
keyWord: '',
|
||||
orgDomainDtos: [],
|
||||
caseType: '',
|
||||
authorName: '',
|
||||
notInIds: [],
|
||||
type: 'excellent',
|
||||
type: '',
|
||||
userId: '',
|
||||
parent: '',
|
||||
children: [],
|
||||
@@ -1088,10 +1088,20 @@ export default {
|
||||
this.search(true);
|
||||
},
|
||||
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;
|
||||
if(num == 'excellent'){
|
||||
this.queryCondition.excellent =true;
|
||||
this.queryCondition.type = num;
|
||||
}
|
||||
this.search(true);
|
||||
//this.getCaseData();
|
||||
// this.getCaseData();
|
||||
},
|
||||
// searchData(num) {
|
||||
// // if(num == 1){
|
||||
|
||||
Reference in New Issue
Block a user