傅行帆 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>