Jelajahi Sumber

Table:修复取不到selection的BUG

rt_eastlv 8 tahun lalu
induk
melakukan
e3f5673487
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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() {