huminmin
2 天以前 ef3aab90e71b07ff22ecc40a0a49236b371c04cd
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();
};
// 子表合计方法