Revert "ios页面更改"

This reverts commit a24a0242a5.
This commit is contained in:
2023-08-25 10:06:46 +08:00
parent ab40b9913b
commit a6e9e96e70

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, hasPolymerization:this.isJoin ? this.isJoin : '',
serviceIds:this.serviceIds ? this.serviceIds : [] serviceIds:this.serviceIds ? this.serviceIds : []
}) })
if(this.id){ if(this.id){