mirror of https://github.com/ElemeFE/element
Table:修复取不到selection的BUG
parent
d791775683
commit
e3f5673487
|
@ -312,7 +312,7 @@
|
|||
},
|
||||
|
||||
selection() {
|
||||
return this.store.selection;
|
||||
return this.store.states.selection;
|
||||
},
|
||||
|
||||
columns() {
|
||||
|
|
Loading…
Reference in New Issue