救援职业责任险

This commit is contained in:
2025-09-11 14:36:27 +08:00
parent 3b8837ce68
commit 066abdeeb0

View File

@ -819,7 +819,7 @@ export default {
this.$toast('车辆状态不能为空') this.$toast('车辆状态不能为空')
return return
} }
if(this.hasLiabilityInsurance === null || this.hasLiabilityInsurance === undefined) { // 有职业责任险,就需要有保单照片 if(this.hasLiabilityInsurance === null || this.hasLiabilityInsurance === undefined || this.hasLiabilityInsurance === '') { // 有职业责任险,就需要有保单照片
this.$toast('救援职业责任险不能为空') this.$toast('救援职业责任险不能为空')
return return
} }