el-table 中获取 bodyWrapper 的方法
以前获取 bodyWrapper 方法是:this.$refs.myTable.bodyWrapper现在这种方法获取不到了,要改为:this.$refs.myTable.$elTable.bodyWrapper或者this.$refs.myTable.$refs.table.bodyWrapper
·
以前获取 bodyWrapper 方法是:
this.$refs.myTable.bodyWrapper
现在这种方法获取不到了,要改为:
this.$refs.myTable.$elTable.bodyWrapper
或者
this.$refs.myTable.$refs.table.bodyWrapper
控制台打印截图
console.log(this.$refs.mytable)
更多推荐
已为社区贡献3条内容
所有评论(0)