From a41d5dae3e735860c9f7a71aebddf6ccfbeee10f Mon Sep 17 00:00:00 2001 From: joan Date: Tue, 24 Jan 2023 14:46:30 +0100 Subject: [PATCH] refactor(card): refresh data when state params changes refs: #4909 --- src/components/ui/CardDescriptor.vue | 68 +++++++++++-------- .../Customer/Card/CustomerDescriptor.vue | 53 ++++++--------- 2 files changed, 60 insertions(+), 61 deletions(-) diff --git a/src/components/ui/CardDescriptor.vue b/src/components/ui/CardDescriptor.vue index d80c0498c..f905d58b0 100644 --- a/src/components/ui/CardDescriptor.vue +++ b/src/components/ui/CardDescriptor.vue @@ -1,23 +1,47 @@ diff --git a/src/pages/Customer/Card/CustomerDescriptor.vue b/src/pages/Customer/Card/CustomerDescriptor.vue index 778c5071d..68f239e35 100644 --- a/src/pages/Customer/Card/CustomerDescriptor.vue +++ b/src/pages/Customer/Card/CustomerDescriptor.vue @@ -1,89 +1,80 @@