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