diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index 03cae4bf..5254ea50 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -61,7 +61,7 @@ 最热 最新 - 优秀案例 + 优秀案例 @@ -280,7 +280,8 @@ export default { keyWord: "", majorType:null, //专业分类 orgDomain: null, // 组织领域 - orderAsc: false + orderAsc: false, + excellent:false }, keyWord: "", anking: 2, @@ -486,7 +487,15 @@ export default { this.queryCondition.pageIndex = 1; this.search(); }, + searchexcellent(){ + this.queryCondition.excellent = !this.queryCondition.excellent; + this.getCaseData(); + }, searchData(num) { + // if(num == 1){ + // this.queryCondition.excellent = !this.queryCondition.excellent; + // this.getCaseData(); + // } this.queryCondition.pageIndex = 1; this.queryCondition.orderField = num; this.getCaseData();