fix: refs #7187 got summary before lilium
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
05f09d0b87
commit
335b9caaa4
|
@ -8,6 +8,7 @@ class Controller extends Section {
|
||||||
|
|
||||||
async $onInit() {
|
async $onInit() {
|
||||||
const url = await this.vnApp.getUrl(`worker/${this.$params.id}/pda`);
|
const url = await this.vnApp.getUrl(`worker/${this.$params.id}/pda`);
|
||||||
|
this.$state.go('worker.card.summary', {id: this.$params.id});
|
||||||
window.location.href = url;
|
window.location.href = url;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue