perf(salix): use params.q as table filter in lilium
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Javier Segarra 2024-09-26 12:14:02 +00:00
parent c83f44a455
commit 4f16df523e
1 changed files with 2 additions and 1 deletions

View File

@ -66,8 +66,9 @@ export default class App {
]}
};
if (this.logger.$params.q)
this.logger.$params.table = this.logger.$params.q;
newRoute = newRoute.concat(`?table=${this.logger.$params.q}`);
return this.logger.$http.get('Urls/findOne', {filter})