开关批处理,无需返回页面顶部

This commit is contained in:
haiyangcui
2020-10-23 13:37:41 +02:00
parent 304b0d10b4
commit 1c9a84dbc6

View File

@@ -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
},