From b1a6d5897491228149ebb196040da884fc3d3c1a Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:49:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4iptv=E7=9A=84watch=20view?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IPTV.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/IPTV.vue b/src/components/IPTV.vue index 82632b8..5ce0106 100644 --- a/src/components/IPTV.vue +++ b/src/components/IPTV.vue @@ -180,11 +180,6 @@ export default { } }, watch: { - view () { - if (this.view === 'IPTV' && !this.checkAllChannelsLoading) { - this.getChannelList() - } - }, enableBatchEdit () { if (this.checkAllChannelsLoading) { this.$message.info('正在检测, 请勿操作.')