Explorar el Código

Table:修复取不到selection的BUG

rt_eastlv hace 8 años
padre
commit
e3f5673487
Se han modificado 1 ficheros con 1 adiciones y 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() {