el-date-picker如何回显

后端传输过来起止时间,需要回显在 el-date-picker中

未修改前的代码:

问题整改:需要将时间转换为Date类型

修改后的代码

javascript 复制代码
  setTime(date){
                if (date!=null){
                    this.value.push(new Date(date.startTime))
                    this.value.push(new Date(date.endTime))
                    console.log(" this.value")
                    console.log( this.value)
                }
            },

他只接受Date类型的时间,所以需要在数据接收到时,前端将时间转换为Date类型。

相关推荐
d***9352 小时前
springboot3.X 无法解析parameter参数问题
android·前端·后端
n***84073 小时前
十七:Spring Boot依赖 (2)-- spring-boot-starter-web 依赖详解
前端·spring boot·后端
likuolei7 小时前
XSL-FO 软件
java·开发语言·前端·数据库
正一品程序员7 小时前
vue项目引入GoogleMap API进行网格区域圈选
前端·javascript·vue.js
j***89468 小时前
spring-boot-starter和spring-boot-starter-web的关联
前端
star_11128 小时前
Jenkins+nginx部署前端vue项目
前端·vue.js·jenkins
im_AMBER8 小时前
Canvas架构手记 05 鼠标事件监听 | 原生事件封装 | ctx 结构化对象
前端·笔记·学习·架构
JIngJaneIL8 小时前
农产品电商|基于SprinBoot+vue的农产品电商系统(源码+数据库+文档)
java·前端·数据库·vue.js·spring boot·毕设·农产品电商系统
Tongfront8 小时前
前端通用submit方法
开发语言·前端·javascript·react
c***72748 小时前
SpringBoot + vue 管理系统
vue.js·spring boot·后端