gaoluyang
12 小时以前 6cd4984f83e7c9fabac3daa23cc9946d9d68314b
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);
};
// 主表合计方法