From 4dc0e9b8356ccfa6fef3ed76f0b49fc90335a628 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Thu, 14 Aug 2025 14:07:01 +0800 Subject: [PATCH] =?UTF-8?q?story#6982=20=E8=BD=A6=E8=BE=86=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=BF=AE=E6=94=B9--=E8=87=AA=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/vehicleAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue index 6318f79d..182ba11f 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -322,7 +322,7 @@ export default { }, methods:{ setDefault() { - if( this.vehicleLicenseInfo?.vehicleType?.includes('轻型') || this.vehicleLicenseInfo?.vehicleType.includes('微型') || this.vehicleLicenseInfo?.vehicleType.includes('普通') || this.vehicleLicenseInfo?.vehicleType.includes('摩托') ) { + if( this.vehicleLicenseInfo?.vehicleType?.includes('轻型') || this.vehicleLicenseInfo?.vehicleType?.includes('微型') || this.vehicleLicenseInfo?.vehicleType?.includes('普通') || this.vehicleLicenseInfo?.vehicleType?.includes('摩托') ) { this.vehicleTypes.map(item => { if( item.value == 1 || item.value == 9 ) { item.disabled = false;