diff --git a/src/pages/Customer/components/CustomerAddressEdit.vue b/src/pages/Customer/components/CustomerAddressEdit.vue index bf117124c..5f74ebc17 100644 --- a/src/pages/Customer/components/CustomerAddressEdit.vue +++ b/src/pages/Customer/components/CustomerAddressEdit.vue @@ -99,8 +99,8 @@ const updateObservations = async (payload) => { toCustomerAddress(); }; async function updateAll({ data, payload }) { - await updateAddress(data); await updateObservations(payload); + await updateAddress(data); } function getPayload() { return { @@ -138,8 +138,8 @@ async function handleDialog(data) { }, }) .onOk(async () => { - await updateAll(body); await updateAddressTicket(); + await updateAll(body); toCustomerAddress(); }) .onCancel(async () => {