修改高速报送接口传参

dev201310
jinna 2 years ago
parent 69111738b5
commit bd0a300b3b
  1. 4
      pages/highWay/runData/form.vue

@ -485,7 +485,7 @@
"exitVehicleCount": '',
"exitVehicleCountMom": '',
"exitVehicleCountYoy": '',
"highwayId": "",
"highwayId": item.highWayLineCode,
"highwayName": item.managementUnitName,
"stationCode": item.stationCode,
"submitPersonnelContact": this.userInfo.username + (this
@ -520,7 +520,7 @@
"exitVehicleCount": '',
"exitVehicleCountMom": '',
"exitVehicleCountYoy": '',
"highwayId": "",
"highwayId": item.highWayLineCode,
"highwayName": item.managementUnitName,
"stationCode": item.stationCode,
"submitPersonnelContact": this.userInfo.username + (this

Loading…
Cancel
Save