zhangdan 4 lat temu
rodzic
commit
8cbcad767b
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      pagesMe/userCenter/ldDetailed.vue

+ 2 - 2
pagesMe/userCenter/ldDetailed.vue

@@ -105,8 +105,8 @@
 				  lastTwoMonth: [moment(getDate.getLastTwoMonthDays().starttime), moment(getDate.getLastTwoMonthDays().endtime)],
 				}
 				let queryTime = {
-					beginDate: quickType[this.timeScope][0].format('YYYY-MM-DD'),
-					endDate: quickType[this.timeScope][1].format('YYYY-MM-DD')
+					beginDate: quickType[this.timeScope][0].format('YYYY-MM-DD 00:00:00'),
+					endDate: quickType[this.timeScope][1].format('YYYY-MM-DD 23:59:59')
 				}
 				return queryTime
 			},