mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-06 04:51:29 +08:00
添加多选支持shift提示
This commit is contained in:
@@ -186,6 +186,7 @@ export default {
|
||||
this.$message.info('正在检测, 请勿操作.')
|
||||
this.enableBatchEdit = false
|
||||
}
|
||||
if (this.enableBatchEdit) this.$message.info('多选时支持shift快捷键')
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
@@ -187,6 +187,7 @@ export default {
|
||||
return
|
||||
}
|
||||
if (this.enableBatchEdit) {
|
||||
this.$message.info('多选时支持shift快捷键')
|
||||
this.$nextTick(() => {
|
||||
this.expandedRows.forEach(e => this.$refs.iptvTable.toggleRowExpansion(e, false))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user