AkauntingSearch.vue show date fixed..

This commit is contained in:
Cüneyt Şentürk 2021-01-12 01:30:14 +03:00
parent 63e7c83160
commit 16e62719b5

View File

@ -468,6 +468,8 @@ export default {
this.selected_operator.splice(index, 1); this.selected_operator.splice(index, 1);
this.selected_values.splice(index, 1); this.selected_values.splice(index, 1);
this.show_date = false;
this.filter_last_step = 'options'; this.filter_last_step = 'options';
}, },