1004749546@qq.com 4 years ago
parent
commit
f05d2266a7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/recoveryTotal/index.vue

+ 2 - 2
pages/recoveryTotal/index.vue

@@ -135,8 +135,8 @@
 			// 总计
 			getTotal(){
 				recycleOrderReserveSum({
-					beginRecycleDate: this.searchForm.beginDate?moment(this.searchForm.beginDate).format('YYYY-MM-DD 00:00:00'):'',
-					endRecycleDate: this.searchForm.endDate ? moment(this.searchForm.endDate).format('YYYY-MM-DD 23:59:59'):''}).then(res=>{
+					beginDate: this.searchForm.beginDate?moment(this.searchForm.beginDate).format('YYYY-MM-DD 00:00:00'):'',
+					endDate: this.searchForm.endDate ? moment(this.searchForm.endDate).format('YYYY-MM-DD 23:59:59'):''}).then(res=>{
 						if(res.status==200 && res.data){
 							this.totalWeight = res.data.totalAllWeight/1000 || 0
 							this.totalMoney = res.data.originalAllAmount || 0