From a173b4bb9e4423d6606b67bf4cc3298b3b557378 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Tue, 14 Jul 2020 09:13:18 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E3=80=90nbs=E3=80=91=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=AF=B7=E6=B1=82=E5=8F=82=E6=95=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/nbs/InternalService.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/nbs/InternalService.vue b/src/views/ebiz/nbs/InternalService.vue index a1e963966..f48151eee 100644 --- a/src/views/ebiz/nbs/InternalService.vue +++ b/src/views/ebiz/nbs/InternalService.vue @@ -70,7 +70,7 @@ export default { this.params.dateType = new Date().getFullYear() + '-' + Number(new Date().getMonth() + 1) + new Date().getDate() } else if (type === 2) { //当月 - this.params.dateType = new Date().getFullYear() + '-' + new Date().getMonth() + '-01' + this.params.dateType = new Date().getFullYear() + '-' + Number(new Date().getMonth() + 1) + '-01' endTime = new Date().getFullYear() + '-' + Number(new Date().getMonth() + 1) + '-' + new Date().getDate() } else { this.params.dateType = type