From 1c9a84dbc69c0013f24ec96d87f6f1944678beab Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Fri, 23 Oct 2020 13:37:41 +0200 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=85=B3=E6=89=B9=E5=A4=84=E7=90=86,?= =?UTF-8?q?=E6=97=A0=E9=9C=80=E8=BF=94=E5=9B=9E=E9=A1=B5=E9=9D=A2=E9=A1=B6?= =?UTF-8?q?=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IPTV.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/IPTV.vue b/src/components/IPTV.vue index 4446d72..7da7607 100644 --- a/src/components/IPTV.vue +++ b/src/components/IPTV.vue @@ -131,16 +131,10 @@ export default { this.getChannels() }, searchTxt () { - }, - enableBatchEdit () { - this.backTop() } }, methods: { ...mapMutations(['SET_VIEW', 'SET_DETAIL', 'SET_VIDEO', 'SET_SHARE']), - backTop () { - this.$refs.iptvTable.bodyWrapper.scrollTop = 0 - }, handleSelectionChange (rows) { this.multipleSelection = rows },