diff --git a/pages/AvgCarry/index.vue b/pages/AvgCarry/index.vue index cd34f59..2d9df4e 100644 --- a/pages/AvgCarry/index.vue +++ b/pages/AvgCarry/index.vue @@ -77,6 +77,7 @@ // this.getDataList() this.$u.api.AvgCarry.queryBillingDByContainerCode({containerCode:this.dataForm.containerCode}).then(res=>{ this.dataForm.endPoint = res.data + this.endValue=res.data this.pointList = this.pointList.filter(item=>item.value != this.beginValue && item.value != this.dataForm.endPoint) } )