Browse Source

Table:修复取不到selection的BUG

rt_eastlv 8 years ago
parent
commit
e3f5673487
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/table/src/table.vue

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

@@ -312,7 +312,7 @@
       },
 
       selection() {
-        return this.store.selection;
+        return this.store.states.selection;
       },
 
       columns() {