推广管理-零售公司,默认不查询。

feature_0521
kevin jiang 5 years ago
parent 9b164041ad
commit 28c496b8e5

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

Loading…
Cancel
Save