From 0cf9d297e8894aff3e7799e2aee34bb7db890244 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Tue, 7 Jun 2022 17:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index cc3224e4..b413dac1 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -284,6 +284,7 @@ export default { keyWord:'', majorType:null,//专业分类 orgDomain:null,// 组织领域 + orderAsc: false }, keyWord:'', anking: 2, @@ -400,6 +401,7 @@ export default { this.search() }, searchData(num) { + this.queryCondition.orderField = num; this.getCaseData(); }, @@ -495,6 +497,7 @@ export default { i !== "pageIndex" && i !== "pageSize" && i !== "orderField" && + i !== "orderAsc" && caseData[i] !== null && caseData[i] !== undefined ) {