antd Datepicker组件报错 ——date.clone is not a function或者date1.isAfter is not a function

问题描述:

antd Datepicker组件报错 ——date.clone is not a function或者date1.isAfter is not a function


原因分析:

在From中渲染默认值,一般数据请求拿到返回值存在异步,会晚于渲染,因此日期转换不能放在DatePicker

解决方案:

在请求接口拿到返回数据的时候就做转换
antd Datepicker组件报错 ——date.clone is not a function或者date1.isAfter is not a function

上一篇:antd vue 修改modal弹窗样式


下一篇:react + antd实现动态菜单