send cause and damageDescription in payload
This commit is contained in:
parent
4c6e098f2d
commit
d3f2e3892d
1 changed files with 2 additions and 1 deletions
|
|
@ -532,7 +532,8 @@ export const useMainStore = defineStore({
|
|||
model: this.order.vehicle.model,
|
||||
vin: this.order.vehicle.vin
|
||||
},
|
||||
cause: this.order.policy.damageCause
|
||||
cause: this.order.policy.damageCause,
|
||||
damageDescription: this.order.policy.damageCause
|
||||
}
|
||||
}
|
||||
}).then((response) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue