From 22467924041bfae23066127d8c6130bc531c8f11 Mon Sep 17 00:00:00 2001 From: robert Date: Mon, 13 Jan 2025 11:24:11 +0100 Subject: [PATCH] feat: refs #6629 change values --- src/pages/Customer/components/CustomerAddressEdit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 () => {