perf(salix): remove space
This commit is contained in:
parent
486c7f4fa3
commit
4f9c9dbace
|
@ -76,7 +76,7 @@ export default class App {
|
|||
newRoute = newRoute.concat(`?table=${tableValue}`);
|
||||
} else if (!hasId && this.logger.$params.id && newRoute.indexOf(this.logger.$params.id) < 0)
|
||||
newRoute = newRoute.concat(`${this.logger.$params.id}`);
|
||||
|
||||
|
||||
return this.logger.$http.get('Urls/findOne', {filter})
|
||||
.then(res => {
|
||||
if (res && res.data)
|
||||
|
|
Loading…
Reference in New Issue