From 14fef0eeffa2aec99cd75b40b64499cc004c46d3 Mon Sep 17 00:00:00 2001 From: judy <278197488@qq.com> Date: Mon, 4 Mar 2024 09:44:12 +0800 Subject: [PATCH] =?UTF-8?q?agv=E6=90=AC=E8=BF=90=E4=BC=A0=E5=8F=82?= =?UTF-8?q?=E7=94=A8value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/AvgCarry/index.vue | 1 + 1 file changed, 1 insertion(+) 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) } )