gaoluyang
5 天以前 c4b339705e5d2d1a33f4f3d6b5d7e19ac7d68faa
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);
};