张诺
2 天以前 49e39f6f23ec7edf4b3fb2363ab2cf3e462fd5ce
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;