removed unnecessary code

pull/1333/head
Tuğçe Küçükoğlu 2021-06-03 17:17:31 +03:00
parent 24f0d008d0
commit a8efad8e20
1 changed files with 0 additions and 3 deletions

View File

@ -164,7 +164,6 @@ export default {
this.loadLazyData(); this.loadLazyData();
}, },
onFilter() { onFilter() {
this.loading = true;
this.lazyParams.filters = this.filters; this.lazyParams.filters = this.filters;
this.loadLazyData(); this.loadLazyData();
} }
@ -267,7 +266,6 @@ export default {
loadLazyData(); loadLazyData();
}; };
const onFilter = () => { const onFilter = () => {
loading.value = true;
lazyParams.value.filters = filters.value ; lazyParams.value.filters = filters.value ;
loadLazyData(); loadLazyData();
} }
@ -319,7 +317,6 @@ export default {
this.loadLazyData(); this.loadLazyData();
}, },
onFilter() { onFilter() {
this.loading = true;
this.lazyParams.filters = this.filters; this.lazyParams.filters = this.filters;
this.loadLazyData(); this.loadLazyData();
} }