el-date-picker时间段赋值

给时间赋值:
this.ruleForm.rdDate = [this.timestampToTime(res.data.startTime),this.timestampToTime(res.data.endTime)]

在这里插入图片描述

你可能感兴趣的:(el-date-picker时间段赋值)