Commit d0b846ac authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复重新请求会员权益详情成功但表单值不生效的问题

parent 310401bc
......@@ -195,7 +195,7 @@ const SetMemberLevelRight: React.FC<{}> = (props) => {
previewPlaceholder=" "
onSubmit={handleSubmit}
actions={formActions}
initialValues={rightDetails}
value={rightDetails}
components={{
BasicInfoVirtualFieldItem,
MemberRightSettting: MemberRightSetttingFormField,
......
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