Переглянути джерело

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

kingwl 8 роки тому
батько
коміт
e3ac607938
1 змінених файлів з 1 додано та 0 видалено
  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() {