Incorrect reset
This commit is contained in:
parent
7b9600d140
commit
4b32cc082f
1 changed files with 1 additions and 5 deletions
|
|
@ -112,11 +112,7 @@ export const mutations = {
|
||||||
resetDamageState(state) {
|
resetDamageState(state) {
|
||||||
state.order.damage.isRepair = null;
|
state.order.damage.isRepair = null;
|
||||||
state.order.damage.numberOfChips = null;
|
state.order.damage.numberOfChips = null;
|
||||||
state.order.damage.windshieldGlassToReplace = null;
|
state.order.damage.glassToReplace = null;
|
||||||
state.order.damage.driverSideGlassToReplace = null;
|
|
||||||
state.order.damage.passengerSideGlassToReplace = null;
|
|
||||||
state.order.damage.rearGlassToReplace = null;
|
|
||||||
|
|
||||||
},
|
},
|
||||||
resetRegistrationState(state) {
|
resetRegistrationState(state) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue