Commit 401378fb authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复拜访人不是必填的问题

parent 80886bfb
......@@ -63,6 +63,7 @@ const schema: ISchema = {
visitorMember: {
title: intl.formatMessage({ id: 'member.memberVisitManage.visitor' }, { default: '拜访人' }),
type: 'array',
required: true,
'x-component': 'VisitorMemberFieldItem',
'x-component-props': {
placeholder: intl.formatMessage({ id: 'member.memberVisitManage.visitor.placeholder' }, { default: '请选择' }),
......
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