添加司机为空

This commit is contained in:
2023-08-25 10:53:37 +08:00
parent bedb912ef0
commit b2f822397b

View File

@ -152,7 +152,7 @@ export default {
vehicleId:this.id ? this.id : '', vehicleId:this.id ? this.id : '',
plateNumber:this.carNum ? this.carNum :'', plateNumber:this.carNum ? this.carNum :'',
vehicleType:this.selectedOption ? this.selectedOption : '', vehicleType:this.selectedOption ? this.selectedOption : '',
hasPolymerization:this.isJoin ? this.isJoin : '', hasPolymerization:this.isJoin,
serviceIds:this.serviceIds ? this.serviceIds : [] serviceIds:this.serviceIds ? this.serviceIds : []
}) })
if(this.id){ if(this.id){