From 9d2b098afca4e3259535fcbec8f68a2f0a0f8d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Wed, 4 Mar 2020 17:52:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=AE=A1=E7=90=86=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=9B=BE=E7=89=87=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/custom/gridoperatorinfo-add-or-update.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/modules/custom/gridoperatorinfo-add-or-update.vue b/src/views/modules/custom/gridoperatorinfo-add-or-update.vue index 65a82c75..4ea50232 100755 --- a/src/views/modules/custom/gridoperatorinfo-add-or-update.vue +++ b/src/views/modules/custom/gridoperatorinfo-add-or-update.vue @@ -145,6 +145,9 @@ export default { ], allDeptIds: [ { required: true, message: this.$t('validate.required'), trigger: 'blur' } + ], + faceImg: [ + { required: true, message: this.$t('validate.required'), trigger: 'blur' } ] } }