fix:报名流程调整

This commit is contained in:
zxj
2025-11-17 18:04:56 +08:00
parent d050ad12dc
commit 552d29d2b7
2 changed files with 14 additions and 13 deletions

View File

@@ -419,6 +419,7 @@ 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();