@@ -138,7 +138,7 @@ function record(props) {
</Form.Item>
<Form.Item>
<span style={{marginRight:'10px'}}>分享时间:</span>
- {getFieldDecorator('shareTime',{initialValue : [moment(),moment()],})(
+ {getFieldDecorator('shareTime')(
<RangePicker placeholder={['开始时间','结束时间']} />
)}