From 5e5c2e640b5ea31ca0584c65e813ae8d1b2e700a Mon Sep 17 00:00:00 2001 From: carlossa Date: Wed, 21 Feb 2024 13:48:48 +0100 Subject: [PATCH] refs #6768 consignee --- .../components/CustomerConsigneeCreate.vue | 2 - .../components/CustomerConsigneeEdit.vue | 117 +++--------------- .../Supplier/Card/SupplierAddressesCreate.vue | 84 +++---------- 3 files changed, 29 insertions(+), 174 deletions(-) diff --git a/src/pages/Customer/components/CustomerConsigneeCreate.vue b/src/pages/Customer/components/CustomerConsigneeCreate.vue index 580dba6e3..e4302ed65 100644 --- a/src/pages/Customer/components/CustomerConsigneeCreate.vue +++ b/src/pages/Customer/components/CustomerConsigneeCreate.vue @@ -55,9 +55,7 @@ function handleLocation(data, location) { data.city = town; data.provinceFk = provinceFk; data.countryFk = countryFk; - console.log('data', data); } -console.log('handleLocation: ', handleLocation);