{
name: data?.name,
startTimeLong: new Date(data?.code[0]).getTime(),
endTimeLong: new Date(data?.code[1]).getTime(),
},
() => {
this.getFrameList();
}
React工作14:getTime是对时间进行处理的方法
阅读 71
2022-07-31
{
name: data?.name,
startTimeLong: new Date(data?.code[0]).getTime(),
endTimeLong: new Date(data?.code[1]).getTime(),
},
() => {
this.getFrameList();
}
相关推荐
精彩评论(0)