store created address into new household

This commit is contained in:
2021-09-29 12:54:53 +02:00
parent f4999548ac
commit 53e82f1b2a
2 changed files with 4 additions and 12 deletions

View File

@@ -208,6 +208,7 @@ export default {
},
addressChanged(payload) {
console.log("addressChanged", payload);
this.$store.dispatch('setHouseholdNewAddress', payload.address);
},
selectHousehold(h) {
this.$store.dispatch('selectHousehold', h);