diff --git a/resources/assets/vue/components/settings/elements/ListBasePriceSectionComponent.vue b/resources/assets/vue/components/settings/elements/ListBasePriceSectionComponent.vue index cc241c19..cb31b4de 100644 --- a/resources/assets/vue/components/settings/elements/ListBasePriceSectionComponent.vue +++ b/resources/assets/vue/components/settings/elements/ListBasePriceSectionComponent.vue @@ -178,6 +178,7 @@ }, resetSearch() { var today = new Date(); + today = today = new Date(today.setMonth(today.getMonth()-1)); today = new Date(today.getTime() - ((today.getTimezoneOffset())*60*1000)); this.searchParam.dateFrom = today.toISOString().split('T')[0];