lilei 3 vuotta sitten
vanhempi
commit
442ab63532
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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()