no message

This commit is contained in:
蔡玲
2024-09-06 10:38:15 +08:00
parent da63376e81
commit 696b2ea095
2 changed files with 2 additions and 2 deletions

View File

@@ -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') {

View File

@@ -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)
})