Compare commits
2 Commits
ab40b9913b
...
c88f0ea453
Author | SHA1 | Date | |
---|---|---|---|
c88f0ea453 | |||
a6e9e96e70 |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@ -152,7 +152,7 @@ export default {
|
||||
vehicleId:this.id ? this.id : '',
|
||||
plateNumber:this.carNum ? this.carNum :'',
|
||||
vehicleType:this.selectedOption ? this.selectedOption : '',
|
||||
hasPolymerization:this.isJoin,
|
||||
hasPolymerization:this.isJoin ? this.isJoin : '',
|
||||
serviceIds:this.serviceIds ? this.serviceIds : []
|
||||
})
|
||||
if(this.id){
|
||||
|
Reference in New Issue
Block a user