fix(salix): redirect from travel to addEntry
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
80750079e1
commit
83f0f11332
|
@ -75,8 +75,7 @@ class Controller extends Section {
|
|||
|
||||
async redirectToCreateEntry() {
|
||||
this.$state.go('home');
|
||||
const createForm = JSON.stringify({travelFk: this.travelId});
|
||||
window.location.href = await this.vnApp.getUrl(`entry/list?createForm=${createForm}`);
|
||||
window.location.href = await this.vnApp.getUrl(`entry/create?travelFk=${this.travelId}`);
|
||||
}
|
||||
|
||||
onCloneWithEntriesAccept() {
|
||||
|
|
Loading…
Reference in New Issue