想让修改页面回显数据
父组件通过props传值,如userInfo
<AddForm onOk={onOk} onCancel={handleCancel} userInfo={userInfo} id={id} rolesList={rolesList} />