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) {