diff --git a/core/frontend/src/components/widget/deWidget/DeSelectTree.vue b/core/frontend/src/components/widget/deWidget/DeSelectTree.vue index 23ef17f385..86c2c4a678 100644 --- a/core/frontend/src/components/widget/deWidget/DeSelectTree.vue +++ b/core/frontend/src/components/widget/deWidget/DeSelectTree.vue @@ -169,8 +169,6 @@ export default { } this.show = false this.$nextTick(() => { - // this.value = value ? [] : null - this.show = true this.$nextTick(() => { const defaultV = this.element.options.value === null ? '' : this.element.options.value.toString() @@ -213,7 +211,6 @@ export default { this.$refs.deSelectTree && this.$refs.deSelectTree.treeDataUpdateFun(this.data) }) }) - this.element.options.value = '' } },