diff --git a/src/api/couplet/VehicleDetection.js b/src/api/couplet/VehicleDetection.js index be9b569..12d3cf4 100644 --- a/src/api/couplet/VehicleDetection.js +++ b/src/api/couplet/VehicleDetection.js @@ -8,7 +8,7 @@ export function detectionList() { } export function postFindByVin(vin) { return request({ - url: '/mq/mq/findByVin/'+vin, + url: '/business/detection/monitorinData/'+vin, method: 'post', }) } diff --git a/src/views/couplet/vehiclemanage/index.vue b/src/views/couplet/vehiclemanage/index.vue index 07beb06..fbb5249 100644 --- a/src/views/couplet/vehiclemanage/index.vue +++ b/src/views/couplet/vehiclemanage/index.vue @@ -131,6 +131,7 @@ export default { } ) }, + insertVehicle(){ insertVehicle(this.Addform).then(