This commit is contained in:
parent
14170286d7
commit
e70b0b22f3
|
@ -42,18 +42,8 @@ export default class Controller extends Section {
|
|||
|
||||
$postLink() {
|
||||
this.resetFilter();
|
||||
const {$} = this;
|
||||
$.$watch(
|
||||
() => [
|
||||
$.filter.changedModelValue,
|
||||
$.filter.who,
|
||||
$.filter.changedModel,
|
||||
$.filter.changedModelId,
|
||||
$.filter.userFk,
|
||||
$.filter.actions,
|
||||
$.filter.from,
|
||||
$.filter.to
|
||||
],
|
||||
this.$.$watch(
|
||||
() => this.$.filter,
|
||||
() => this.applyFilter(),
|
||||
true
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue