From 35c87788be58a9c8680e24dae01d3959223174a7 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 27 Nov 2023 20:36:36 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E8=BF=87=E6=BB=A4=E5=99=A8):=20=E6=A0=91?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E5=99=A8=E6=94=B9=E5=8F=98=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E5=90=8E=E9=BB=98=E8=AE=A4=E5=80=BC=E9=87=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/components/widget/deWidget/DeSelectTree.vue | 3 --- 1 file changed, 3 deletions(-) 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 = '' } },