addresses: fix POST if isNoAddress

This commit is contained in:
nobohan
2021-06-11 15:06:56 +02:00
parent f22461af1b
commit 14db7265fe
4 changed files with 9 additions and 9 deletions

View File

@@ -42,6 +42,7 @@
</city-selection>
<address-selection
v-if="!isNoAddress"
v-bind:address="address"
v-bind:updateMapCenter="updateMapCenter">
</address-selection>
@@ -206,6 +207,7 @@ export default {
this.address.loaded.cities = [];
this.address.selected.city = {};
this.address.selected.country = {};
this.address.isNoAddress = false;
this.address.street = null;
this.address.streetNumber = null;
this.address.floor = null;