antd的Form表单通过setFieldsValue改变日期选择框

842 阅读1分钟

先引入moment

import moment from 'moment';
const tempDate = '2021-05-12';
form.setFieldsValue({ installTime: moment(tempDate, "YYYY-mm-DD") })