zhangdan 4 년 전
부모
커밋
8cbcad767b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
 			},