lilei %!s(int64=3) %!d(string=hai) anos
pai
achega
442ab63532
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()