前端elementUI日期时间选择器传到后端格式不正确问题


想实现日期时间格式:

却得到以下日期时间格式:

解决方案:
在前段组件添加日期时间绑定值格式即可:

value-format="yyyy-MM-dd HH:mm:ss"