使用第三方包处理时间
console.log(this.currentDate); // Sat Dec 22 2007 00:00:00 GMT+0800 (中国标准时间) const str = dayjs(this.currentDate).format("YYYY-MM-DD"); console.log(str); // 2007-12-22
dayjs-gw: https://dayjs.gitee.io/zh-CN/
卷帝
console.log(this.currentDate); // Sat Dec 22 2007 00:00:00 GMT+0800 (中国标准时间) const str = dayjs(this.currentDate).format("YYYY-MM-DD"); console.log(str); // 2007-12-22
dayjs-gw: https://dayjs.gitee.io/zh-CN/