iview表格 默认选中第一条数据的处理方法

只需要把_highlight = true即可
this.topTable.tableData[0]._highlight = true
原文地址:https://www.cnblogs.com/yn-cn/p/12049375.html