diff --git a/src/components/IPTV.vue b/src/components/IPTV.vue index ea6b8e9..5794cfc 100644 --- a/src/components/IPTV.vue +++ b/src/components/IPTV.vue @@ -25,7 +25,6 @@ :load="(row, treeNode, resolve) => resolve(row.channels)" :tree-props="{hasChildren: 'hasChildren'}" @expand-change="expandChange" - @row-click="playEvent" @select="selectionCellClick" @selection-change="handleSelectionChange" @sort-change="handleSortChange"> @@ -95,6 +94,7 @@