Table tree support highlight-row

This commit is contained in:
梁灏 2020-01-06 16:14:09 +08:00
parent 837cadab8b
commit cd68d23fdb
3 changed files with 77 additions and 11 deletions

View file

@ -103,7 +103,7 @@
event.stopPropagation();
this.$parent.handleMouseOut(_index, rowKey);
},
clickCurrentRow (_index, rowKey) {
clickCurrentRow (_index, event, rowKey) {
this.$parent.clickCurrentRow(_index, rowKey);
},
dblclickCurrentRow (_index, event, rowKey) {