From d806aa027ef919471cab970d579f452df0460a7e Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Fri, 13 Aug 2021 10:04:58 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=B5=B7=E5=A4=96=E6=A0=87=E5=87=86?= =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../foreignStandardsAndRegulations/index.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 8a5111bd2..b8055e223 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -3093,6 +3093,7 @@ export default { }, // 表格排序 sortChange (sortObj) { + console.log(sortObj.column+"======"+sortObj.column.property+"======"+sortObj.column.order); if (sortObj.column.order !== 'normal') { this.nowOrder = '' this.orderBy = '' @@ -3125,7 +3126,7 @@ export default { this.nowOrder=1 } break - case 'standStateShow' : + case 'textStatus' : this.orderBy = 5; this.nowOrder = sortObj.column.order if (this.nowOrder === 'ascending'){ @@ -3134,6 +3135,16 @@ export default { this.nowOrder=1 } break + case 'SSRQ' : + this.orderBy = 6; + this.nowOrder = sortObj.column.order + if (this.nowOrder === 'ascending'){ + this.nowOrder=2 + }else if (this.nowOrder === 'descending') { + this.nowOrder=1 + } + break + } } this.getDomesticStandardTable()