From 6505e4ee0039b239a6d87dc96e01ab931842bd72 Mon Sep 17 00:00:00 2001 From: likexuan Date: Tue, 8 Nov 2022 10:36:38 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2368=20fix=20:=20Date=20center=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E6=95=B0=E6=8D=AE=E4=BB=A5=E5=8F=8A=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=97=B6=E5=9D=90=E6=A0=87=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/rightBox/dcBox.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/dcBox.vue b/nezha-fronted/src/components/common/rightBox/dcBox.vue index b73bebb5d..8b50730b5 100644 --- a/nezha-fronted/src/components/common/rightBox/dcBox.vue +++ b/nezha-fronted/src/components/common/rightBox/dcBox.vue @@ -90,8 +90,8 @@ export default { { validator: noSpecialChar, trigger: 'blur' } ], lnglat: [ - { required: true, message: this.$t('validate.required'), trigger: 'blur' }, - { validator: latlng, trigger: 'blur' } + { required: true, message: this.$t('validate.required'), trigger: 'change' }, + { validator: latlng, trigger: 'change' } ] }, areaData: [],