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' } ] } }