From b51d6444f1ff86a76a30e4c8e6e2369ebcb27a23 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Tue, 2 Mar 2021 16:11:52 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20module-box=20walk=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/rightBox/moduleBox.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nezha-fronted/src/components/common/rightBox/moduleBox.vue b/nezha-fronted/src/components/common/rightBox/moduleBox.vue index 86601ed01..91119e9a2 100644 --- a/nezha-fronted/src/components/common/rightBox/moduleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/moduleBox.vue @@ -341,6 +341,9 @@ project: [ {required: true, message: this.$t('validate.required'), trigger: 'change'} ], + walk: [ + {required: true, message: this.$t('validate.required'), trigger: 'blur'}, + ], port: [ {validator:port, trigger: 'blur'}, ],