From d4e9e2a1d89f90a2bc89f8aaa3bd534ceb7c8b8d Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Tue, 6 Dec 2022 14:46:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=88=E4=BE=8B=E5=88=97=E8=A1=A8=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=BC=98=E7=A7=80=E6=A1=88=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Index.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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();