收费站重复增加条件

dev201310
张群 2 years ago
parent 088234b3d1
commit 901a8a01a7
  1. 2
      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) {

Loading…
Cancel
Save