gaoluyang
昨天 31b8d1274f52aaa32651852c8bece6631720a0fc
src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -289,8 +289,9 @@
  });
};
const changePage = ({ page }) => {
const changePage = ({ page, limit }) => {
  pagination.currentPage = page;
   pagination.pageSize = limit;
  onCurrentChange(page);
};