react学习(27)---antdesign设置默认值

Posted 小歌谣(公众号同名)

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react学习(27)---antdesign设置默认值相关的知识,希望对你有一定的参考价值。

     {getFieldDecorator('activityTimeStamp', {
                rules: [{ required: true, message: '请选择活动时间' }],
                initialValue: [
                  moment(updateDataSource.startTime),
                  moment(updateDataSource.endTime),
                ],
              })(<RangePicker format="YYYY-MM-DD HH:mm:ss" />)}

以上是关于react学习(27)---antdesign设置默认值的主要内容,如果未能解决你的问题,请参考以下文章

AntDesign(React)学习-12 使用Table

react学习(26)---获取antdesign的form数据

react学习(61)-antdesign 中getFieldValue

AntDesign(React)学习-11 简单使用mobx

AntDesign(React)学习-13 使用UMI提供的antd模板

react antDesign hook 大数据表格虚拟滚动