From 6cd4984f83e7c9fabac3daa23cc9946d9d68314b Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 15 七月 2025 17:10:00 +0800 Subject: [PATCH] 1.采购管理-分页bug --- src/views/procurementManagement/invoiceEntry/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/procurementManagement/invoiceEntry/index.vue b/src/views/procurementManagement/invoiceEntry/index.vue index 0a22685..75c4bda 100644 --- a/src/views/procurementManagement/invoiceEntry/index.vue +++ b/src/views/procurementManagement/invoiceEntry/index.vue @@ -116,12 +116,12 @@ { label: "渚涘簲鍟嗗悕绉�", prop: "supplierName", - width:200 + width:300 }, { label: "椤圭洰鍚嶇О", prop: "projectName", - width:150 + width:400 }, { label: "褰曞叆浜�", @@ -237,8 +237,9 @@ } }; -const changePage = ({ page }) => { +const changePage = ({ page, limit }) => { pagination.currentPage = page; + pagination.pageSize = limit; onCurrentChange(page); }; // 涓昏〃鍚堣鏂规硶 -- Gitblit v1.9.3