Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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: '请输入主送', |