CSR-1072
more insurance fields
This commit is contained in:
parent
3cfd9a1ca2
commit
d10e30d91a
1 changed files with 4 additions and 0 deletions
|
|
@ -127,6 +127,8 @@ const getDefaultState = () => {
|
|||
lossCause: null,
|
||||
isItac: false,
|
||||
additionalAuthFlag: null,
|
||||
isNoComp: false,
|
||||
insuranceCompanyName: null,
|
||||
},
|
||||
schedule: {
|
||||
date: null,
|
||||
|
|
@ -599,6 +601,8 @@ export const mutations = {
|
|||
state.order.policy.policyNumber = sessionInformation.order.policy?.policyNumber;
|
||||
state.order.policy.dateOfLoss = sessionInformation.order.policy?.lossDate;
|
||||
state.order.policy.lossCause = sessionInformation.order.policy?.lossCause;
|
||||
state.order.policy.insuranceCompanyName = sessionInformation.order.policy?.insuranceCompanyName;
|
||||
state.order.policy.isNoComp = sessionInformation.order.policy?.noComprehensive;
|
||||
},
|
||||
updateExperiments(state, experiments) {
|
||||
state.applicationUser.experiments = experiments;
|
||||
|
|
|
|||
Loading…
Reference in a new issue