From f284e6a8c99ca89aacc9ab30e344adc36bf40a36 Mon Sep 17 00:00:00 2001 From: "li.yuetong" Date: Thu, 16 Jun 2022 16:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=A1=82=E5=86=A0=E6=8D=90=E8=B5=A0?= =?UTF-8?q?=E8=AF=81=E4=B9=A6=E3=80=91new=20Date('2022-08')=EF=BC=8C?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E6=97=B6=E9=97=B4=E6=94=B9=E4=B8=BA8?= =?UTF-8?q?=E6=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/laurelClub/LaurelDonation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/laurelClub/LaurelDonation.vue b/src/views/ebiz/laurelClub/LaurelDonation.vue index 2d3f30d16..39d4b2b71 100644 --- a/src/views/ebiz/laurelClub/LaurelDonation.vue +++ b/src/views/ebiz/laurelClub/LaurelDonation.vue @@ -79,7 +79,7 @@ export default { * @Date:2021-08-25 */ getCurrentDateFunc() { - let date = new Date() + let date = new Date('2022-08') let year = date.getFullYear() let month = (date.getMonth() + 1) <= 9 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1 return year + '-' + month