傅行帆 il y a 5 ans
Parent
révision
4c099664ac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/pages/record/share/countList.jsx

+ 1
- 1
src/pages/record/share/countList.jsx Voir le fichier

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