Explorar o código

Table:修复取不到selection的BUG

rt_eastlv %!s(int64=8) %!d(string=hai) anos
pai
achega
e3f5673487
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {