扫码关注官方订阅号
data.examineStartDate我在控制台能输出
但是这样写就有问题,text上没有默认值。该怎么写??PS.下图中上边的p内容中的data.xxx都可以显示,下边FORM中的都不行
人生最曼妙的风景,竟是内心的淡定与从容!
你试试data.examineStartDate.toLocaleString()
data.examineStartDate.toLocaleString()
不用 this.props.form.getFieldProps 么?试试 initialValue 属性
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
你试试
data.examineStartDate.toLocaleString()不用 this.props.form.getFieldProps 么?
试试 initialValue 属性