master
Mr.sun 2 years ago
parent 70a774a0d3
commit 5864ddfec4
  1. 7
      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;

Loading…
Cancel
Save