mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
perf: 修改授权规则Actions上传下载复制粘贴选择时,连接不可取消
This commit is contained in:
committed by
Jiangjie.Bai
parent
f839e1fc0d
commit
459843669b
@@ -71,6 +71,9 @@ export default {
|
||||
methods: {
|
||||
handleCheckChange(data, obj) {
|
||||
const checkedKeys = obj.checkedKeys
|
||||
if (checkedKeys.length !== 0) {
|
||||
checkedKeys.push('connect')
|
||||
}
|
||||
this.$emit('input', checkedKeys)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user