yusheng 1 год назад
Родитель
Сommit
87e35168ec
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      src/BIZComponents/user-select/user-select.vue

+ 4 - 1
src/BIZComponents/user-select/user-select.vue

@@ -33,6 +33,7 @@
             height="calc(100vh - 430px)"
             height="calc(100vh - 430px)"
             class="dict-table"
             class="dict-table"
             @cell-click="cellClick"
             @cell-click="cellClick"
+            cache-key="systemRoleTable3"
             :selection.sync="selection"
             :selection.sync="selection"
           >
           >
             <!-- 表头工具栏 -->
             <!-- 表头工具栏 -->
@@ -154,7 +155,9 @@
             width: 45,
             width: 45,
             type: 'selection',
             type: 'selection',
             columnKey: 'selection',
             columnKey: 'selection',
-            align: 'center'
+            align: 'center',
+            reserveSelection: true,
+
           }
           }
         ];
         ];
         let radio = [
         let radio = [