Commit ee092323 authored by Bill's avatar Bill

Merge branch 'feat-memberLevel' into 'v2-220418'

chore: 去掉会员等级必选 See merge request linkseeks-design/pro-platform!56
parents 255c27fc f4f7263b
......@@ -58,10 +58,6 @@ export const initDetailSchema = (props: GroupItem[]) => {
'x-component-props': {
placeholder: intl.formatMessage({ id: 'member.management.import.query.form.placeholder-select' }),
},
'x-rules': [{
required: true,
message: intl.formatMessage({ id: 'member.management.import.query.form.placeholder-select' })
}],
'x-props': {
hasFeedback: true,
},
......
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