parent
3ff84f691c
commit
d256f26712
|
@ -402,7 +402,7 @@ const formItemLayout = {
|
|||
<Col style={{marginTop: '-5px'}}>
|
||||
<DatePicker
|
||||
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}
|
||||
showTime={{ format: 'HH:mm' }}
|
||||
format='YYYY-MM-DD HH:mm'
|
||||
|
|
Loading…
Reference in New Issue