空载具入库

This commit is contained in:
2025-09-17 16:14:17 +08:00
parent 9fc8bf2055
commit ece54d2f1f

View File

@@ -97,7 +97,11 @@
try {
let res = await getPointCodeByVehicleCode(this.val1)
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 {
}
} catch (e) {