Commit 8d93a17c authored by 前端-李俊鑫's avatar 前端-李俊鑫

fix: 移除商城规则选择适用会员时的会员类型筛选条件

parent 1e2b6648
......@@ -127,13 +127,13 @@ const MemberInfo: React.FC<Iprops> = (props) => {
},
},
properties: {
memberTypeId: {
type: 'string',
enum: [],
"x-component-props": {
placeholder: '请选择会员类型',
}
},
// memberTypeId: {
// type: 'string',
// enum: [],
// "x-component-props": {
// placeholder: '请选择会员类型',
// }
// },
roleId: {
type: 'string',
enum: [],
......@@ -282,7 +282,7 @@ const MemberInfo: React.FC<Iprops> = (props) => {
FORM_FILTER_PATH,
);
useAsyncInitSelect(
['memberTypeId', 'roleId', 'level'],
['roleId', 'level'],
fetchSelectOptions,
);
}
......
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