清除iptv的watch view

This commit is contained in:
buvta
2020-12-15 12:49:20 +08:00
parent bb45006ff7
commit b1a6d58974

View File

@@ -180,11 +180,6 @@ export default {
}
},
watch: {
view () {
if (this.view === 'IPTV' && !this.checkAllChannelsLoading) {
this.getChannelList()
}
},
enableBatchEdit () {
if (this.checkAllChannelsLoading) {
this.$message.info('正在检测, 请勿操作.')