parent
3ff84f691c
commit
d256f26712
|
@ -402,7 +402,7 @@ const formItemLayout = {
|
||||||
<Col style={{marginTop: '-5px'}}>
|
<Col style={{marginTop: '-5px'}}>
|
||||||
<DatePicker
|
<DatePicker
|
||||||
onChange={this.onDateChange}
|
onChange={this.onDateChange}
|
||||||
value={ this.state.date == '' || this.state.date == null ? "" : moment(this.state.date, 'YYYY-MM-DD HH:mm')}
|
value={ this.state.date == '' || this.state.date == null ? "" : moment(this.state.date)}
|
||||||
onOk={this.onOk}
|
onOk={this.onOk}
|
||||||
showTime={{ format: 'HH:mm' }}
|
showTime={{ format: 'HH:mm' }}
|
||||||
format='YYYY-MM-DD HH:mm'
|
format='YYYY-MM-DD HH:mm'
|
||||||
|
|
Loading…
Reference in New Issue