Commit 9196257321bd580367203d550c276cfae83ef56c

Authored by xp.Huang
2 parents 6f65dc01 76f64244

Merge branch 'f-dev' into 'main'

fix:修改邮件发送主送不能为空

See merge request huang/yun-teng-iot-front!325
@@ -72,7 +72,7 @@ @@ -72,7 +72,7 @@
72 colProps: { 72 colProps: {
73 span: 12, 73 span: 12,
74 }, 74 },
75 - rules: emailRule, 75 + rules: [...emailRule, { required: true ,message:'主送人不能为空'}],
76 componentProps: { 76 componentProps: {
77 maxLength: 255, 77 maxLength: 255,
78 placeholder: '请输入主送', 78 placeholder: '请输入主送',