From e6aecbe6d1291d79034623eac00d39a735cd0a7a Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Thu, 13 Apr 2023 14:19:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=BB=BC=E6=B2=BB=E4=BA=BA=E7=BE=A4?= =?UTF-8?q?=E6=89=80=E5=B1=9E=E6=88=BF=E5=B1=8B=E4=B8=8B=E6=8B=89=E6=A1=86?= =?UTF-8?q?=E4=B8=8D=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue b/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue index 744014958..f4da0446c 100644 --- a/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue +++ b/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue @@ -592,6 +592,10 @@ export default { .post("/actual/base/communityQuarters/listQuartersOptions", { gridId: this.fmData.gridId, agencyId: this.fmData.agencyId, + // 下拉框暂时不分页 + isPage:false, + pageNo:null, + pageSize:null // agencyId: user.agencyId }) .then(({ data: res }) => { From 2bd0866334e347366e9c26aacd77cf524b094a42 Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Thu, 13 Apr 2023 14:50:50 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=BB=BC=E6=B2=BB=E4=BA=BA=E7=BE=A4?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=B1=BB=E5=88=AB=E6=94=B9=E4=B8=BA=E7=BB=BC?= =?UTF-8?q?=E6=B2=BB=E4=BA=BA=E7=BE=A4=E7=B1=BB=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue b/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue index f4da0446c..357129797 100644 --- a/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue +++ b/src/views/modules/shequzhili/tuceng/zhonghe/baseTotal.vue @@ -288,7 +288,7 @@