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) {