mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
excellent为空
This commit is contained in:
@@ -1088,13 +1088,13 @@ export default {
|
||||
this.search(true);
|
||||
},
|
||||
searchexcellent(num) {
|
||||
this.queryCondition.excellent =false;
|
||||
if(this.queryCondition.type==num){
|
||||
this.queryCondition.excellent =false;
|
||||
this.queryCondition.excellent ='';
|
||||
this.queryCondition.type = '';
|
||||
this.search(true)
|
||||
return
|
||||
}
|
||||
this.queryCondition.excellent =false;
|
||||
this.queryCondition.type = num;
|
||||
if(num == 'excellent'){
|
||||
this.queryCondition.excellent =true;
|
||||
@@ -1246,11 +1246,11 @@ export default {
|
||||
this.queryCondition.years = this.years.map(item => parseInt(item))
|
||||
|
||||
// 设置最佳案例为true或是false
|
||||
if (this.queryCondition.type == 'excellent') {
|
||||
this.queryCondition.excellent = true;
|
||||
} else {
|
||||
this.queryCondition.excellent = false;
|
||||
}
|
||||
// if (this.queryCondition.type == 'excellent') {
|
||||
// this.queryCondition.excellent = true;
|
||||
// } else {
|
||||
// this.queryCondition.excellent = false;
|
||||
// }
|
||||
|
||||
//this.getTags();
|
||||
// if (this.queryCondition.pageIndex == 1) {
|
||||
|
||||
Reference in New Issue
Block a user