element ui el-table如何默认展开第一行?

162 阅读1分钟
this.$nextTick(()=>{ 
  this.$refs.isExpand.toggleRowExpansion(this.teacherList[0], true)
})