Эх сурвалжийг харах

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

kingwl 8 жил өмнө
parent
commit
e3ac607938

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

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