jsonformat时间少一天
前端传入的时间与后台jsonformat接收的时间相差一天的解决办法,前端对事件进行format,如使用element的value-format对事件进行格式化
<el-date-picker style='margin-left:5px' value-format="yyyy-MM-dd HH:mm:ss" :picker-options='pickerOptions'
:default-time="['00:00:00', '23:59:59']" v-model="identifyDate" type="daterange" range-separator="至"
start-placeholder="开始日期" end-placeholder="结束日期">
</el-date-picker>