空载具入库
This commit is contained in:
@@ -97,7 +97,11 @@
|
|||||||
try {
|
try {
|
||||||
let res = await getPointCodeByVehicleCode(this.val1)
|
let res = await getPointCodeByVehicleCode(this.val1)
|
||||||
if (res.code === '200') {
|
if (res.code === '200') {
|
||||||
this.val2 = res.data
|
this.val2 = res.data.point_code
|
||||||
|
let selobj = this.options.find(item => item.value === res.data.recommended_sect_code)
|
||||||
|
if (selobj.value) {
|
||||||
|
this.index = res.data.recommended_sect_code
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user