From 361f7f16f8fa2c949d9d1d80ac882eed90950160 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 18 Dec 2025 18:04:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E5=AE=A1=E6=89=B9=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=EF=BC=8C=E5=8E=BB=E9=99=A4=E5=A4=87=E6=B3=A8=E5=A1=AB?= =?UTF-8?q?=E5=86=99=EF=BC=8C=E7=9B=B4=E6=8E=A5=E8=B5=B0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/vehicleAdd.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue index c5e28dc7..a570fb68 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -1031,10 +1031,10 @@ export default { this.$toast('车辆状态不能为空') return } - if(!this.approvalForm.serviceRemark){ + /* if(!this.approvalForm.serviceRemark){ this.$toast('车辆和服务备注不能为空') return - } + }*/ } if(this.insuranceChange){ if(this.hasLiabilityInsurance === null || this.hasLiabilityInsurance === undefined || this.hasLiabilityInsurance === '') { // 有职业责任险,就需要有保单照片 @@ -1057,10 +1057,10 @@ export default { this.$toast('保单有效期不能为空') return } - if(!this.approvalForm.insuranceRemark){ + /* if(!this.approvalForm.insuranceRemark){ this.$toast('保单备注不能为空') return - } + }*/ } try { this.loading = true;