添加司机为空
This commit is contained in:
@ -152,7 +152,7 @@ export default {
|
||||
vehicleId:this.id ? this.id : '',
|
||||
plateNumber:this.carNum ? this.carNum :'',
|
||||
vehicleType:this.selectedOption ? this.selectedOption : '',
|
||||
hasPolymerization:this.isJoin ? this.isJoin : '',
|
||||
hasPolymerization:this.isJoin,
|
||||
serviceIds:this.serviceIds ? this.serviceIds : []
|
||||
})
|
||||
if(this.id){
|
||||
|
Reference in New Issue
Block a user