From 066abdeeb0d053ea2bef1cfb09ad6099a15e870a Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Thu, 11 Sep 2025 14:36:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=91=E6=8F=B4=E8=81=8C=E4=B8=9A=E8=B4=A3?= =?UTF-8?q?=E4=BB=BB=E9=99=A9?= 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 c0363c41..587b3fbd 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -819,7 +819,7 @@ export default { this.$toast('车辆状态不能为空') return } - if(this.hasLiabilityInsurance === null || this.hasLiabilityInsurance === undefined) { // 有职业责任险,就需要有保单照片 + if(this.hasLiabilityInsurance === null || this.hasLiabilityInsurance === undefined || this.hasLiabilityInsurance === '') { // 有职业责任险,就需要有保单照片 this.$toast('救援职业责任险不能为空') return }