🎉 bug fix

This commit is contained in:
smallchill 2019-03-09 22:11:04 +08:00
parent f90ff4fdd9
commit 3428e74983

View File

@ -120,7 +120,7 @@ class NoticeAdd extends PureComponent {
message: formatMessage({ id: 'desk.notice.date.validation' }),
},
],
initialValue: moment(detail.date, 'YYYY-MM-DD HH:mm:ss'),
initialValue: moment(detail.releaseTime, 'YYYY-MM-DD HH:mm:ss'),
})(
<DatePicker
style={{ width: '100%' }}