傅行帆 5 gadus atpakaļ
vecāks
revīzija
4c099664ac
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/pages/record/share/countList.jsx

+ 1
- 1
src/pages/record/share/countList.jsx Parādīt failu

@@ -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>