gaoluyang
4 天以前 7a0d4f1bc172ac7647b72be547e497f34ec0b3e9
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);
};
// 主表合计方法