Browse Source

bug修改

asd26269546 1 year ago
parent
commit
543b62eb7c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/dataBoard/board/customerAnalysis/index.vue

+ 1 - 0
src/views/dataBoard/board/customerAnalysis/index.vue

@@ -355,6 +355,7 @@ const getCountryData = () => {
     let endData = new Date();
     let beginDate = new Date();
     beginDate.setMonth(0);
+    beginDate.setDate(1);
     queryForm.timeArr = [
       proxy.parseTime(beginDate, "{y}-{m}-{d}"),
       proxy.parseTime(endData, "{y}-{m}-{d}"),