瀏覽代碼

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()