From 5c39db8ca68235064f7644d9d494064f9b035a82 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Mon, 23 Nov 2020 16:25:04 +0800 Subject: [PATCH] =?UTF-8?q?iptv=E6=81=A2=E5=A4=8D"=E6=92=AD=E6=94=BE"?= =?UTF-8?q?=EF=BC=8C=E9=81=BF=E5=85=8D=E8=A1=8C=E7=82=B9=E5=87=BB=E6=97=B6?= =?UTF-8?q?=E8=AF=AF=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IPTV.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@