From 415a0be018b260129c66b44ffde0e0e06cf4b42b Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Thu, 11 Sep 2025 16:04:34 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F25-09-25#story#7216,=E8=BD=A6=E8=BE=86?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=A2=B3=E7=90=86=E7=9A=84=E9=9C=80=E6=B1=82?= =?UTF-8?q?-=E2=80=9C=E5=85=AC=E8=BD=A6=E2=80=9D=E7=9A=84=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=86=85=E5=AE=B9=E8=B0=83=E6=95=B4?= 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 587b3fbd..34fd386b 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -510,7 +510,7 @@ export default { this.vehicleTypes[8].disabled=false this.vehicleTypes[9].disabled=false } - if (newVal == 1 || newVal == 7){ + if (newVal == 1 || newVal == 7 || newVal == 9){ let arr = [] this.supplierServiceList.forEach((item)=>{ if(!(item.name == '拖车服务' || item.name == '大型车救援')){