dev_home
杨树林 5 years ago
parent 376fd15c58
commit 25e07ae21d

@ -188,7 +188,7 @@ class Bankcardnumberverification extends Component {
> >
{getFieldDecorator('openingbank', { {getFieldDecorator('openingbank', {
rules: [{ rules: [{
initialValue: this.state.openingbank, initialValue: this.state.openingbank&&this.state.openingbank,
required: true, required: true,
message: '请输入开户行', message: '请输入开户行',
}], }],
@ -203,7 +203,7 @@ class Bankcardnumberverification extends Component {
> >
{getFieldDecorator('subbranch', { {getFieldDecorator('subbranch', {
rules: [{ rules: [{
initialValue: this.state.subbranch, initialValue: this.props.subbranch&&this.props.subbranch,
required: true, required: true,
message: '请输入支行', message: '请输入支行',
}], }],
@ -218,7 +218,7 @@ class Bankcardnumberverification extends Component {
> >
{getFieldDecorator('subbranchs', { {getFieldDecorator('subbranchs', {
rules: [{ rules: [{
initialValue: this.state.subbranchs, initialValue: this.props.subbranchs&&this.props.subbranchs,
required: true, required: true,
message: '请输入账号', message: '请输入账号',
}], }],

Loading…
Cancel
Save