refs #5517 Code clean
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2023-04-28 11:43:45 +02:00
parent 14170286d7
commit e70b0b22f3
1 changed files with 2 additions and 12 deletions

View File

@ -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
);