From 8a266fe78d6f0ee82f8c71f239666dfdc065e2d0 Mon Sep 17 00:00:00 2001 From: likexuan Date: Thu, 17 Nov 2022 11:41:49 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2402=20fix=20:=20=E6=96=B0=E5=BB=BAIPAM?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=95=B0=E6=8D=AE=E5=90=8E=E5=BF=85=E5=A1=AB?= =?UTF-8?q?=E9=A1=B9=E6=8F=90=E7=A4=BA=E6=A1=86=E6=9C=AA=E6=B6=88=E5=A4=B1?= =?UTF-8?q?=EF=BC=8C=E6=95=B0=E6=8D=AE=E5=8F=AF=E4=BB=A5=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/rightBox/ipamBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/rightBox/ipamBox.vue b/nezha-fronted/src/components/common/rightBox/ipamBox.vue index 198fc6006..f71b70cf4 100644 --- a/nezha-fronted/src/components/common/rightBox/ipamBox.vue +++ b/nezha-fronted/src/components/common/rightBox/ipamBox.vue @@ -132,7 +132,7 @@ export default { { required: true, message: this.$t('validate.required'), trigger: 'blur' } ], 'dc.name': [ - { required: true, message: this.$t('validate.required'), trigger: 'blur' } + { required: true, message: this.$t('validate.required'), trigger: 'change' } ] }, dcData: []