whoops didn't mean to keep this out.

This commit is contained in:
Bill Richardson 2023-09-27 17:30:50 -04:00
parent 3c464b4fbe
commit becf715b41

View file

@ -1265,6 +1265,7 @@ export const useMainStore = defineStore({
this.order.customer.address.zipCode = customerQuestions.addressQuestions.zipCode;
this.order.customer.firstName = customerQuestions.firstName;
this.order.customer.lastName = customerQuestions.lastName;
this.order.serviceLocation.zipCode = customerQuestions.addressQuestions.zipCode;
},
savePartQuestionAnswers(partQuestionAnswersArray) {
// if part question answers have changed, reset subsequent question answers