diff --git a/frontend/modules/directory/components/CommercialReportTab.vue b/frontend/modules/directory/components/CommercialReportTab.vue index e29c78c..9374caf 100644 --- a/frontend/modules/directory/components/CommercialReportTab.vue +++ b/frontend/modules/directory/components/CommercialReportTab.vue @@ -1,7 +1,7 @@ @@ -40,13 +49,22 @@ @update:model-value="(v) => onAddressInput(i, v)" @remove="removeAddress(i)" /> - +
+ + +
@@ -76,12 +94,16 @@ const prospectService = useProspectService() const { contacts, addresses, + savingContacts, + savingAddresses, onContactInput, addContact, removeContact, + saveContacts, onAddressInput, addAddress, removeAddress, + saveAddresses, load, } = useDirectoryDetail(owner)