Update quote.vue
This commit is contained in:
parent
ac873bf893
commit
7e0bcf4b7c
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ export default {
|
||||||
if (store.getters.leadGenQuote.isInsurance == true) {
|
if (store.getters.leadGenQuote.isInsurance == true) {
|
||||||
vm.isInsuranceSelected = true;
|
vm.isInsuranceSelected = true;
|
||||||
vm.packageSelection = store.getters.leadGenQuote.packageSelection;
|
vm.packageSelection = store.getters.leadGenQuote.packageSelection;
|
||||||
await nextTick();
|
await nextTick();
|
||||||
const isValid = await baseMixin.methods.isFormValid(vm.$refs.theForm);
|
const isValid = await baseMixin.methods.isFormValid(vm.$refs.theForm);
|
||||||
if (isValid) {
|
if (isValid) {
|
||||||
vm.forwardButtonAction();
|
vm.forwardButtonAction();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue