From 46d00dfc5057d71aaabf7915df138e5e6664be54 Mon Sep 17 00:00:00 2001 From: zxj Date: Sat, 20 Dec 2025 16:44:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=98=AF=E5=90=A6bmp=E6=8A=A5=E5=90=8D?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/new-employee/StudyPage.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/new-employee/StudyPage.vue b/src/views/new-employee/StudyPage.vue index 4294b70c..bf418e4d 100644 --- a/src/views/new-employee/StudyPage.vue +++ b/src/views/new-employee/StudyPage.vue @@ -415,6 +415,8 @@ export default { // 1报名失败、2审核中、3审核通过、4审核失败 this.approvalResults = res.data.approvalResults; this.bpmApprovalRequired = res.data.bpmApprovalRequired; + console.log(res, "@@@"); + await this.initIds(); if (!this.projectId || !this.studentId) { this.$message.warning("未获得项目或学员信息,列表可能无法加载");