AkauntingSearch.vue fixed remote filter..

This commit is contained in:
Cüneyt Şentürk 2021-01-11 23:51:47 +03:00
parent 738031a853
commit a275efc03a

View File

@ -326,6 +326,10 @@ export default {
this.search = '';
if (option_url) {
option_url += '?search=limit:10';
}
if (!this.option_values[value] && option_url) {
window.axios.get(option_url)
.then(response => {
@ -432,6 +436,7 @@ export default {
this.show_date = false;
this.filter_last_step = 'options';
this.search = '';
},
onFilterDelete(index) {