fix: elimino this.model.refresh que siempre daba fallo
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2023-01-23 14:43:31 +01:00
parent 5a19e5801f
commit 9eb65507b5
1 changed files with 0 additions and 3 deletions

View File

@ -231,7 +231,6 @@ export default class SmartTable extends Component {
}
this.model.order = order;
this.refresh();
}
registerColumns() {
@ -479,7 +478,6 @@ export default class SmartTable extends Component {
const params = {q: JSON.stringify(stateFilter)};
this.$state.go(this.$state.current.name, params, {location: 'replace'});
this.refresh();
}
applySort() {
@ -500,7 +498,6 @@ export default class SmartTable extends Component {
const params = {q: JSON.stringify(stateFilter)};
this.$state.go(this.$state.current.name, params, {location: 'replace'});
this.refresh();
}
filterSanitizer(field) {