zhangdan 4 năm trước cách đây
mục cha
commit
8cbcad767b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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
 			},