From acf50924a09a0c40ced0ff3511c5e77b9ce8ca3e Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Thu, 30 Nov 2023 17:04:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E7=A0=81bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standardRecognition/index.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/pages/localTool/standardRecognition/index.vue b/src/pages/localTool/standardRecognition/index.vue index d37d60e91..d758442a0 100644 --- a/src/pages/localTool/standardRecognition/index.vue +++ b/src/pages/localTool/standardRecognition/index.vue @@ -36,7 +36,7 @@ align="center" > 正在获取中…… @@ -707,7 +707,9 @@ @@ -749,7 +751,7 @@ export default { lawNumber: '', // 标准编号/政策编号 lawName: '', // 标准名称/政策名称 page: 1, - pageSize: this.$store.getters.userInfo.configContent, + pageSize: 20, total: 0, standType: '', quoteIdList: '', @@ -1356,7 +1358,7 @@ export default { changeData() {}, // 分页点击后方法 pageChange(page) { - this.handleSelectForm.page = page; + this.page = page; this.getTableData(); }, // 分页每页显示数改变后方法