fixed last step issue on AkauntingSearch.vue

This commit is contained in:
Cüneyt Şentürk 2021-01-11 15:40:09 +03:00
parent 90aeb0c962
commit 33b5afb3f1

View File

@ -441,6 +441,8 @@ export default {
this.filtered.splice(index, 1);
this.selected_options.splice(index, 1);
this.filter_last_step = 'options';
},
onSearchAndFilterClear() {