fix:报名后直接进入学习页面

This commit is contained in:
zxj
2025-11-18 16:12:59 +08:00
parent 8808927507
commit 3088c8f1c8
3 changed files with 25 additions and 4 deletions

View File

@@ -282,7 +282,7 @@ export default {
elective: 0,
},
// 学习引导弹窗
guideDialogVisible: false,
guideDialogVisible: true,
// 转正流程图弹窗
chartVisible: false,
approvalList: {
@@ -421,7 +421,6 @@ export default {
this.$refs.customMessage.show("未报名或报名失败,请前往报名页面进行报名");
this.$router.push("/new-employee/welcome");
}
this.guideDialogVisible = this.$route.query?.fromWelcome == 1;
// 1报名失败、2审核中、3审核通过、4审核失败
this.approvalResults = res.data.approvalResults;
await this.initIds();