diff --git a/resources/assets/vue/components/companies/sections/CustomerSectionComponent.vue b/resources/assets/vue/components/companies/sections/CustomerSectionComponent.vue
index 65bed7f7..1ef6f4ed 100644
--- a/resources/assets/vue/components/companies/sections/CustomerSectionComponent.vue
+++ b/resources/assets/vue/components/companies/sections/CustomerSectionComponent.vue
@@ -53,14 +53,14 @@
-
+
-
+
@@ -96,10 +96,11 @@ export default {
},
methods: {
submitSearch(){
- this.search = true;
this.serachSectionKey ++;
+ this.search = true;
},
- reserSearch() {
+ resetSarch() {
+ this.search = false;
this.parameters.recency = '2022-02-15';
this.parameters.frequency = 0;
this.parameters.frequencyDateFrom ='2021-01-01';
@@ -107,7 +108,6 @@ export default {
this.parameters.monetary = 0;
this.parameters.monetaryDateFrom = '2021-01-01';
this.parameters.monetaryDateTo = '2022-02-15';
- this.serachSectionKey ++;
}
},
validations: {