src/views/financialManagement/expenseManagement/index.vue
@@ -51,6 +51,8 @@ size: pagination.pageSize, total: pagination.total, }" :isShowSummary="true" :summaryMethod="summarizeMainTable" @selection-change="handleSelectionChange" @pagination="changePage" > @@ -202,6 +204,11 @@ ] ); // 表格合计:支出金额 const summarizeMainTable = (param) => { return proxy.summarizeTable(param, ["expenseMoney"]); }; // 多选后做什么 const handleSelectionChange = (selectionList) => { multipleList.value = selectionList;