spring
2 天以前 ea142c7b0459d1f56c2c668f0106d52518a9b2a1
src/views/procurementManagement/invoiceEntry/components/ExpandTable.vue
@@ -6,6 +6,7 @@
    :tableLoading="loading"
      :summaryMethod="summarizeChildrenTable"
      :isShowSummary="true"
    :isShowPagination="false"
    height="auto"
  >
  </PIMTable>
@@ -111,6 +112,9 @@
const getList = async (id) => {
  await nextTick();
  filters.salesLedgerId = id;
  // 设置一个很大的 pageSize 以获取所有数据
  pagination.pageSize = 10000;
  pagination.currentPage = 1;
  getTableData();
};
// 子表合计方法