From f023515c0890a2297c345cc0e1ffadaff4031c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Mon, 5 Jul 2021 00:22:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=B3=E8=81=94=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E5=92=8C=E6=AC=A0=E6=AC=BE=E5=8D=95=E6=8D=AE=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/dialog/LinkBillList.vue | 3 ++- jshERP-web/src/views/financial/dialog/DebtBillList.vue | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/jshERP-web/src/views/bill/dialog/LinkBillList.vue b/jshERP-web/src/views/bill/dialog/LinkBillList.vue index 19016084..bacf5032 100644 --- a/jshERP-web/src/views/bill/dialog/LinkBillList.vue +++ b/jshERP-web/src/views/bill/dialog/LinkBillList.vue @@ -19,7 +19,8 @@ :pagination="ipagination" :loading="loading" :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange, type: getType}" - :customRow="rowAction"> + :customRow="rowAction" + @change="handleTableChange"> diff --git a/jshERP-web/src/views/financial/dialog/DebtBillList.vue b/jshERP-web/src/views/financial/dialog/DebtBillList.vue index dc6659de..b2aadae9 100644 --- a/jshERP-web/src/views/financial/dialog/DebtBillList.vue +++ b/jshERP-web/src/views/financial/dialog/DebtBillList.vue @@ -52,9 +52,11 @@ rowKey="id" :columns="columns" :dataSource="dataSource" + :pagination="ipagination" :loading="loading" :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange, type: getType}" - :customRow="rowAction"> + :customRow="rowAction" + @change="handleTableChange"> @@ -155,6 +157,8 @@ } this.model = Object.assign({}, {}); this.visible = true; + this.ipagination.pageSize = 100 + this.ipagination.pageSizeOptions = ['100', '200', '300'] this.loadData(1) }, close () {