Fix persistent schedule view filter
This commit is contained in:
parent
f0dcabe6b8
commit
2b7ae75cc3
@ -135,6 +135,7 @@
|
|||||||
this.$watch(
|
this.$watch(
|
||||||
() => (this.client, this.selection, this.date_begin, this.date_end, {}),
|
() => (this.client, this.selection, this.date_begin, this.date_end, {}),
|
||||||
debounce(async () => {
|
debounce(async () => {
|
||||||
|
this.filter = {};
|
||||||
window.clearTimeout(this.timer);
|
window.clearTimeout(this.timer);
|
||||||
this.update();
|
this.update();
|
||||||
}, 500)
|
}, 500)
|
||||||
|
Loading…
Reference in New Issue
Block a user