gaoluyang
3 天以前 7df3c552f1a8961bb8cca34b09a992b44e032f58
src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -162,8 +162,8 @@
      width: 150,
    },
    {
      label: "客户名称",
      prop: "customerName",
      label: "项目名称",
      prop: "projectName",
      width: 240,
    },
    {
@@ -289,8 +289,9 @@
  });
};
const changePage = ({ page }) => {
const changePage = ({ page, limit }) => {
  pagination.currentPage = page;
   pagination.pageSize = limit;
  onCurrentChange(page);
};