resetOrder fix

This commit is contained in:
Katie Kroell 2026-01-29 13:09:59 -05:00
parent 4ca3ec67bb
commit debbdcf57f

View file

@ -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;