|
|
@ -452,7 +452,8 @@ class RealNameCertificationModal extends Component{
|
|
|
|
{...propsWithoutForm} addOrgSuccess={this.addOrgSuccess}
|
|
|
|
{...propsWithoutForm} addOrgSuccess={this.addOrgSuccess}
|
|
|
|
></ApplyForAddOrgModal>
|
|
|
|
></ApplyForAddOrgModal>
|
|
|
|
<ApplyForAddChildOrgModal ref="applyForAddChildOrgModal" schoolName={school} schoolId={school_id} departmentName={departmentsName}
|
|
|
|
<ApplyForAddChildOrgModal ref="applyForAddChildOrgModal" schoolName={school} schoolId={school_id} departmentName={departmentsName}
|
|
|
|
{...propsWithoutForm} wrappedComponentRef={(form) => this.applyForAddChildOrgForm = form}
|
|
|
|
{...propsWithoutForm}
|
|
|
|
|
|
|
|
wrappedComponentRef={(form) => this.applyForAddChildOrgForm = form}
|
|
|
|
addChildOrgSuccess={this.addChildOrgSuccess}
|
|
|
|
addChildOrgSuccess={this.addChildOrgSuccess}
|
|
|
|
></ApplyForAddChildOrgModal>
|
|
|
|
></ApplyForAddChildOrgModal>
|
|
|
|
<ModalWrapper
|
|
|
|
<ModalWrapper
|
|
|
@ -601,7 +602,7 @@ class RealNameCertificationModal extends Component{
|
|
|
|
label="姓名"
|
|
|
|
label="姓名"
|
|
|
|
className="formItemInline"
|
|
|
|
className="formItemInline"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{ basicInfo.authentication == 'uncertified' ? <React.Fragment>{getFieldDecorator('name', {
|
|
|
|
{basicInfo && basicInfo.authentication == 'uncertified' ? <React.Fragment>{getFieldDecorator('name', {
|
|
|
|
rules: [{
|
|
|
|
rules: [{
|
|
|
|
// initialValue: this.state.cityDefaultValue,
|
|
|
|
// initialValue: this.state.cityDefaultValue,
|
|
|
|
required: true,
|
|
|
|
required: true,
|
|
|
|