gaoluyang
4 天以前 f09c2712c1c3f1eeed9350faa14589e5448def9c
src/views/procurementManagement/invoiceEntry/index.vue
@@ -237,8 +237,9 @@
  }
};
const changePage = ({ page }) => {
const changePage = ({ page, limit }) => {
  pagination.currentPage = page;
  pagination.pageSize = limit;
  onCurrentChange(page);
};
// 主表合计方法