傅行帆 5 years ago
parent
commit
4c099664ac
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/record/share/countList.jsx

+ 1
- 1
src/pages/record/share/countList.jsx View File

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