Ver Fonte

Table: fix selectAll option at table selection (#1300)

kingwl há 8 anos atrás
pai
commit
e3ac607938
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      packages/table/src/table.vue

+ 1 - 0
packages/table/src/table.vue

@@ -175,6 +175,7 @@
 
       toggleRowSelection(row, selected) {
         this.store.toggleRowSelection(row, selected);
+        this.store.updateAllSelected();
       },
 
       clearSelection() {