b2f1769b by renchao@pashanhoo.com

Merge branch 'dev'

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