From f400218a541637ac4fe01cec7199faae72dc765b Mon Sep 17 00:00:00 2001 From: zxj Date: Tue, 18 Nov 2025 20:15:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8A=A5=E5=90=8D=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E4=B8=8D=E9=80=9A=E8=BF=87=E6=8F=90=E7=A4=BA=E8=AF=8D=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/new-employee/StudyPage.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/new-employee/StudyPage.vue b/src/views/new-employee/StudyPage.vue index 1b2fa7f2..6534b18c 100644 --- a/src/views/new-employee/StudyPage.vue +++ b/src/views/new-employee/StudyPage.vue @@ -154,9 +154,7 @@ > @@ -427,11 +425,11 @@ export default { // 社招新员工项目标识:0否,1是 if (res.data.approvalResults == 1 || !res.data.approvalResults) { this.$refs.customMessage.show("未报名或报名失败,请前往报名页面进行报名"); - // this.$router.push("/new-employee/welcome"); + this.$router.push("/new-employee/welcome"); } this.guideDialogVisible = this.$route.query?.fromWelcome == 1; // 1报名失败、2审核中、3审核通过、4审核失败 - this.approvalResults = 4 || res.data.approvalResults; + this.approvalResults = res.data.approvalResults; await this.initIds(); if (!this.projectId || !this.studentId) { this.$message.warning("未获得项目或学员信息,列表可能无法加载");