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