From 22ef28f6338a78465bd52ccbad13e66e80263b2f Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Fri, 20 Sep 2024 10:23:20 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E6=94=B6=E4=BB=B6?= =?UTF-8?q?=E9=82=AE=E7=AE=B1=E8=BE=93=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component/notification-form/pi-notification-form-email.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/notification-form/pi-notification-form-email.vue b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/notification-form/pi-notification-form-email.vue index 00f689e9..358ed0a4 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/notification-form/pi-notification-form-email.vue +++ b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/notification-form/pi-notification-form-email.vue @@ -8,7 +8,8 @@ component: { name: 'a-select', vModel: 'value', - mode: 'tags' + mode: 'tags', + open: false }, rules: [{ required: true, message: '此项必填' }] }"