mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-08 23:12:13 +08:00
开关批处理,无需返回页面顶部
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user