yaowanxin
2025-09-04 6d8e930f8a93d1d15b9e9a6e30536902f1aeeb86
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);
};