gaoluyang
3 天以前 4a56b77cc26f926e2f1b2a8c9fa28c0668e841b7
src/views/financialManagement/loanManagement/index.vue
@@ -64,6 +64,8 @@
          size: pagination.pageSize,
          total: pagination.total,
        }"
        :isShowSummary="true"
        :summaryMethod="summarizeMainTable"
        @selection-change="handleSelectionChange"
        @pagination="changePage"
      >
@@ -191,6 +193,11 @@
  }
);
// 表格合计:借款金额
const summarizeMainTable = (param) => {
  return proxy.summarizeTable(param, ["borrowAmount"]);
};
// 多选后做什么
const handleSelectionChange = (selectionList) => {
  multipleList.value = selectionList;