瀏覽代碼

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