mirror of https://github.com/ElemeFE/element
Table: table-body revert to v1.1.2, fixed #2312
parent
5753b452af
commit
9f94a28f43
|
@ -116,7 +116,7 @@ export default {
|
|||
|
||||
computed: {
|
||||
table() {
|
||||
return this.$parent.$parent.columns ? this.$parent.$parent : this.$parent;
|
||||
return this.$parent;
|
||||
},
|
||||
|
||||
data() {
|
||||
|
|
Loading…
Reference in New Issue