From 6fd3f42163c482396a893b2daa6523088978ed7a Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Tue, 5 Dec 2023 14:46:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E9=A1=B5=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../meeting/components/TopicsTable.vue | 14 ++++++++++---- .../policyWarehousing/components/SearchResult.vue | 10 ++++++++-- .../page/listTracking.vue | 5 ++++- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/src/pages/policyRegulation/meeting/components/TopicsTable.vue b/src/pages/policyRegulation/meeting/components/TopicsTable.vue index c37915808..ceda6333d 100644 --- a/src/pages/policyRegulation/meeting/components/TopicsTable.vue +++ b/src/pages/policyRegulation/meeting/components/TopicsTable.vue @@ -137,7 +137,7 @@ > - + 数据获取中...
@@ -163,7 +163,10 @@ export default { ] return { show: false, - searchForm: {}, + searchForm: { + pageSize:20, + page:1 + }, api: { page: 'lawss/sarLawsTopic/page' }, @@ -177,7 +180,7 @@ export default { }, methods: { async getData () { - this.searchForm.pageSize = this.searchForm.pageSize || this.$store.getters.userInfo.configContent + this.searchForm.pageSize = this.searchForm.pageSize this.searchForm.page = this.searchForm.page || 1 let params = { ...this.searchForm } const res = await this.$http._getData(this.api.page, params, {_this:this,loading: 'loading'}) @@ -187,7 +190,10 @@ export default { } }, open () { - this.$set(this, 'searchForm', {}) + this.$set(this, 'searchForm', { + pageSize:20, + page:1 + }) this.getData() this.show = true }, diff --git a/src/pages/processCenter/pages/creatProcess/policyWarehousing/components/SearchResult.vue b/src/pages/processCenter/pages/creatProcess/policyWarehousing/components/SearchResult.vue index 92cd00b59..cff6b695f 100644 --- a/src/pages/processCenter/pages/creatProcess/policyWarehousing/components/SearchResult.vue +++ b/src/pages/processCenter/pages/creatProcess/policyWarehousing/components/SearchResult.vue @@ -80,7 +80,11 @@ label="序号" width="55" align="center" - > + > + +