ios页面更改

This commit is contained in:
2023-08-25 09:43:38 +08:00
parent 2895312853
commit a24a0242a5

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){