救援职业责任险
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user