@ -273,7 +273,7 @@ export default {
this.options2 = [...res]
})
crudProduceScreen.getPointVehicle({ device_code: this.popData.device_code }).then(res => {
this.vcode = res.vehicle_code
this.vcode = res
this.show = true
} else if (type === 'BACK') {
@ -97,7 +97,7 @@ export function sendVehicle(data) {
// 11.获取点位的载具号
export function getPointVehicle() {
const res = { vehicle_code: '123' }
const res = '123'
return new Promise((resolve, reject) => {
resolve(res)