perf(salix): use params.q as table filter in lilium
gitea/salix/pipeline/pr-master There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2024-09-26 12:12:33 +00:00
parent 989589afd7
commit c83f44a455
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ export default class App {
};
if (this.logger.$params.q)
newRoute = newRoute.concat(`list?table=${this.logger.$params.q}`);
this.logger.$params.table = this.logger.$params.q;
return this.logger.$http.get('Urls/findOne', {filter})
.then(res => {