ソースを参照

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() {