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