perf(salix): use params.q as table filter in lilium
gitea/salix/pipeline/pr-master There was a failure building this commit
Details
gitea/salix/pipeline/pr-master There was a failure building this commit
Details
This commit is contained in:
parent
989589afd7
commit
c83f44a455
|
@ -67,7 +67,8 @@ export default class App {
|
||||||
};
|
};
|
||||||
|
|
||||||
if (this.logger.$params.q)
|
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})
|
return this.logger.$http.get('Urls/findOne', {filter})
|
||||||
.then(res => {
|
.then(res => {
|
||||||
|
|
Loading…
Reference in New Issue