From bb0afe1fa7b0fc52fde051d24fbe6be69d52f4cc Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 4 Feb 2026 17:01:08 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=BD=93=E5=9F=9F=E5=90=8D=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=B8=AD=E6=B2=A1=E6=9C=89=E5=9F=9F=E5=90=8D=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=88=9B=E5=BB=BA=E6=B5=81=E6=B0=B4=E7=BA=BF=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E5=B1=95=E5=BC=80=E5=9F=9F=E5=90=8D=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/common/domain-selector.vue | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/packages/ui/certd-client/src/components/plugins/common/domain-selector.vue b/packages/ui/certd-client/src/components/plugins/common/domain-selector.vue index 7a331e0be..d6fdbf598 100644 --- a/packages/ui/certd-client/src/components/plugins/common/domain-selector.vue +++ b/packages/ui/certd-client/src/components/plugins/common/domain-selector.vue @@ -9,6 +9,7 @@ :options="optionsRef" :value="value" v-bind="attrs" + :open="openProp" @click="onClick" @update:value="emit('update:value', $event)" > @@ -56,11 +57,11 @@