From a89d917806af861f493b647c62f640a9465ef983 Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 16 Nov 2023 17:43:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=86=85=E6=A0=87=E5=87=86=E5=BA=93-?= =?UTF-8?q?=E6=AF=8F=E9=A1=B5=E6=98=BE=E7=A4=BA=E6=95=B0=E6=94=B9=E5=8F=98?= =?UTF-8?q?=E5=90=8E=E6=97=A0=E6=B3=95=E8=8E=B7=E5=8F=96=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 31eeadbe7..23e78280b 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -4666,10 +4666,10 @@ export default { // 分页每页显示数改变后方法 pageSizeChange(pageSize) { this.sarStandardsSearch.pageSize = this.$store.getters.userInfo.configContent - let tabFlag = JSON.parse(sessionStorage.getItem('tableFlag')) - if (tabFlag !== '') { - this.sarStandardsSearch.page = tabFlag.page - } + // let tabFlag = JSON.parse(sessionStorage.getItem('tableFlag')) + // if (tabFlag !== '') { + // this.sarStandardsSearch.page = tabFlag.page + // } this.getDomesticStandardTable(this.sarStandardsSearch) this.selectConfiguraStand() // 此处需要调用接口,修改个人配置