wkyy 3 years ago
parent
commit
95076605fd
1 changed files with 1 additions and 4 deletions
  1. 1 4
      pages/index/index.vue

+ 1 - 4
pages/index/index.vue

@@ -275,10 +275,7 @@
 					mask: true,
 				})
 				
-				API.findChargeData({
-					pageIndex: 1,
-					pageSize: 10
-				}).then((res) => {
+				API.findChargeData().then((res) => {
 					uni.hideLoading()					
 					this.chargeList = res.data.chargingRecordList;
 				}).catch(error => {