傅行帆 5 년 전
부모
커밋
4c099664ac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/record/share/countList.jsx

+ 1
- 1
src/pages/record/share/countList.jsx 파일 보기

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