From 28c496b8e5b2a364aba057761da683db5cb8c676 Mon Sep 17 00:00:00 2001 From: kevin jiang Date: Tue, 2 Jun 2020 16:21:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E7=AE=A1=E7=90=86-=E9=9B=B6?= =?UTF-8?q?=E5=94=AE=E5=85=AC=E5=8F=B8=EF=BC=8C=E9=BB=98=E8=AE=A4=E4=B8=8D?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shop/IncreaseDataCompany.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/shop/IncreaseDataCompany.vue b/src/pages/shop/IncreaseDataCompany.vue index bec7e4f..e49ca72 100644 --- a/src/pages/shop/IncreaseDataCompany.vue +++ b/src/pages/shop/IncreaseDataCompany.vue @@ -147,12 +147,12 @@ } }, mounted: function () { - let startDate = this.$moment(new Date()).add(-6, "day").format("YYYY-MM-DD"); - let endDate = this.$moment(new Date()).format("YYYY-MM-DD"); + let startDate = this.$moment().format("YYYY-MM-DD"); + let endDate = this.$moment().format("YYYY-MM-DD"); this.selectDate.push(startDate); this.selectDate.push(endDate); this.allCompany(); - this.generalizeOfRetail(); + // this.generalizeOfRetail(); }, methods: { onChangeDateLister(date) {