Merge branch 'server_ui_fufanrui' of https://gitea.qinmian.online/five-groups/five-cloud-ui into server_five_ui
commit
91769874b8
|
@ -8,7 +8,7 @@ export function detectionList() {
|
||||||
}
|
}
|
||||||
export function postFindByVin(vin) {
|
export function postFindByVin(vin) {
|
||||||
return request({
|
return request({
|
||||||
url: '/mq/mq/findByVin/'+vin,
|
url: '/business/detection/monitorinData/'+vin,
|
||||||
method: 'post',
|
method: 'post',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
@ -131,6 +131,7 @@ export default {
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|
||||||
insertVehicle(){
|
insertVehicle(){
|
||||||
|
|
||||||
insertVehicle(this.Addform).then(
|
insertVehicle(this.Addform).then(
|
||||||
|
|
Loading…
Reference in New Issue