From ac22c5f9548f649216b8500f05b8086016abb097 Mon Sep 17 00:00:00 2001
From: youjie <2310721242@qq.com>
Date: Wed, 19 Jul 2023 10:43:44 +0800
Subject: [PATCH] no message

---
 src/components/FinancialModule/HandFee/HandFeeStatistics.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/FinancialModule/HandFee/HandFeeStatistics.vue b/src/components/FinancialModule/HandFee/HandFeeStatistics.vue
index 49b934080..e32b5a447 100644
--- a/src/components/FinancialModule/HandFee/HandFeeStatistics.vue
+++ b/src/components/FinancialModule/HandFee/HandFeeStatistics.vue
@@ -165,6 +165,7 @@
                 >
                 <el-table-column
                 type="selection"
+                :reserve-selection="true"
                 :selectable="selectable"
                 width="55">
                 </el-table-column>
@@ -614,7 +615,6 @@ export default {
     resetPageIndex(){  // 重置页码
           this.msg.pageIndex=1;
           this.currentPage = 1;
-
           this.getPageList()
       },
         getPageList(){  // 获取列表数据
-- 
2.18.1