349da580 by renchao@pashanhoo.com

style:业务申请

1 parent 223c23ee
...@@ -127,6 +127,7 @@ ...@@ -127,6 +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', val)
130 }, 131 },
131 132
132 tableRowClassName ({ row, rowIndex }) { 133 tableRowClassName ({ row, rowIndex }) {
......