diff --git a/core/frontend/src/components/elTreeSelect/index.vue b/core/frontend/src/components/elTreeSelect/index.vue index c818e77190..549a1ac74c 100644 --- a/core/frontend/src/components/elTreeSelect/index.vue +++ b/core/frontend/src/components/elTreeSelect/index.vue @@ -464,13 +464,6 @@ export default { _treeCheckFun(data, node, vm) { this.ids = [] const { propsValue } = this - const checkKeys = this.$refs.tree.getCheckedKeys() - checkKeys.forEach((i, n) => { - const node = this.$refs.tree.getNode(i) - if (!node.visible && node.checked) { - this.$refs.tree.setChecked(i, false) - } - }) const checkedNodes = this.$refs.tree.getCheckedNodes()