resetOrder fix
This commit is contained in:
parent
4ca3ec67bb
commit
debbdcf57f
1 changed files with 4 additions and 2 deletions
|
|
@ -2056,8 +2056,10 @@ export const useMainStore = defineStore({
|
|||
this.order.settledTenderAmount = null;
|
||||
this.order.lockToken = null;
|
||||
this.order.eon = null;
|
||||
this.order.originalDeductible = { repair: null, replace: null };
|
||||
this.order.currentDeductible = { repair: null, replace: null };
|
||||
this.order.originalDeductible.repair = null;
|
||||
this.order.originalDeductible.replace = null;
|
||||
this.order.currentDeductible.repair = null;
|
||||
this.order.currentDeductible.replace = null;
|
||||
this.order.loadedFromDupeCheck = null;
|
||||
this.order.loadedSessionClearedPreviousData = null;
|
||||
this.order.availableVaps = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue