diff --git a/front/core/services/app.js b/front/core/services/app.js index cec7bea7f..65d70e216 100644 --- a/front/core/services/app.js +++ b/front/core/services/app.js @@ -66,6 +66,11 @@ export default class App { ]} }; + + if (this.logger.$params.q) + newRoute = newRoute.concat(`?table=${this.logger.$params.q}`); + + return this.logger.$http.get('Urls/findOne', {filter}) .then(res => { if (res && res.data)