lilei hace 3 años
padre
commit
442ab63532
Se han modificado 1 ficheros con 1 adiciones y 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()