소스 검색

bug 修复

lilei 3 년 전
부모
커밋
442ab63532
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/sales/list.vue

+ 1 - 1
pages/sales/list.vue

@@ -96,7 +96,7 @@
 				
 				this.searchParams = data
 				this.searchParams.beginDate = data.beginDate ? (data.beginDate + ' 00:00:00') : ''
-				this.searchParams.endDate = data.endDate ? (data.endDate + ' 59:59:59') : ''
+				this.searchParams.endDate = data.endDate ? (data.endDate + ' 23:59:59') : ''
 				console.log(this.searchParams,'this.searchParams')
 				this.$nextTick(function(){
 					_this.$refs.salesList.refash()