浏览代码

Table:修复取不到selection的BUG

rt_eastlv 8 年之前
父节点
当前提交
e3f5673487
共有 1 个文件被更改,包括 1 次插入1 次删除
  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() {