diff --git a/pages/AvgCarry/index.vue b/pages/AvgCarry/index.vue index b85baf8..b403c8e 100644 --- a/pages/AvgCarry/index.vue +++ b/pages/AvgCarry/index.vue @@ -47,7 +47,8 @@ onLoad(){ // this.getDic() - this.$u.api.AvgCarry.getPointList().then(res=>{ + this.$u.api.AvgCarry.getPointList({pageNum: 1, + pageSize: 100}).then(res=>{ this.pointList=[] if(res.code==200){ let dataArry = res.rows; @@ -97,8 +98,10 @@ this.end='' this.dataForm.startPoint='' this.dataForm.containerCode='' + this.dataForm.endPoint='' this.judge() - this.$u.api.AvgCarry.getPointList().then(res=>{ + this.$u.api.AvgCarry.getPointList({pageNum: 1, + pageSize: 100}).then(res=>{ this.pointList=[] if(res.code==200){ let dataArry = res.rows;