feat(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 11:18:05 +00:00
parent a32536a70b
commit 989589afd7
1 changed files with 3 additions and 0 deletions

View File

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