perf: 修改授权规则Actions上传下载复制粘贴选择时,连接不可取消

This commit is contained in:
Michael Bai
2021-09-10 11:27:35 +08:00
committed by Jiangjie.Bai
parent f839e1fc0d
commit 459843669b

View File

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