Commit b3b10702 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复拜访人没有必填的问题

parent 316e3d19
......@@ -85,6 +85,7 @@ const schema: ISchema = {
{ default: '拜访人' },
),
type: 'array',
required: true,
'x-component': 'VisitorMemberFieldItem',
'x-component-props': {
placeholder: intl.formatMessage(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment