b2f1769b by renchao@pashanhoo.com

Merge branch 'dev'

2 parents f5b948a2 349da580
......@@ -127,7 +127,7 @@
// 单选
singleElection (row) {
this.selected = this.data.indexOf(row);
this.$emit('row-click', row)
this.$emit('row-click', val)
},
tableRowClassName ({ row, rowIndex }) {
......