From c6d4363b7a68b4b5e0b3da394b39b41043dd3fa3 Mon Sep 17 00:00:00 2001 From: "zhaokaiyao@91isoft.com" <6922339zky> Date: Sun, 26 Sep 2021 10:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86=20?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=90=8E=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index e7402b426..ff5ee884d 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -3193,7 +3193,10 @@ export default { } } - this.getDomesticStandardTable(this.tableFlag) + // this.getDomesticStandardTable(this.tableFlag) + //搜索后排序,应该以被搜索后的数据排序 + this.getDomesticStandardTable(this.standCommonlySearch) + }, // 修改成表格样式后,选择项勾选改变 standSelectChange(data) {