From 901a8a01a7874d310b05da621e570529b2fba65d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BE=A4?= Date: Fri, 13 Oct 2023 09:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=B4=B9=E7=AB=99=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/highWay/runData/form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/highWay/runData/form.vue b/pages/highWay/runData/form.vue index 1d98a31..ba5b7bf 100644 --- a/pages/highWay/runData/form.vue +++ b/pages/highWay/runData/form.vue @@ -504,7 +504,7 @@ this.form.highwaySubDataList = []; this.highwaySubDataList.map(item => { let idx = arr.findIndex(item2 => { - return item.highWayLineCode && item2.tollStationName == item + return item.highWayLineCode && item2.highwayName == item.managementUnitName && item2.tollStationName == item .stationName; }); if (idx > -1) {