From 051d35f540010156fcb41d110b6f0b7f412adade Mon Sep 17 00:00:00 2001 From: zxj Date: Wed, 26 Nov 2025 15:21:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=88=90=E7=BB=A9=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E9=80=BB=E8=BE=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/new-employee/StudyPage.vue | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/views/new-employee/StudyPage.vue b/src/views/new-employee/StudyPage.vue index e0f2498c..8455300a 100644 --- a/src/views/new-employee/StudyPage.vue +++ b/src/views/new-employee/StudyPage.vue @@ -373,26 +373,6 @@ export default { ); }, async onDownload() { - // if (!this.projectId || !this.studentId) { - // this.$message.warning("缺少项目信息或学员信息"); - // return; - // } - if (this.approvalResults != 2) { - // this.$refs.customMessage.show( - // "您的报名正在审核中,无法下载成绩单,请审核通过后下载" - // ); - return; - } - if (this.approvalResults != 4) { - // this.$refs.customMessage.show( - // "请您重新报名,重新报名不影响当前学习进度,请在审核通过后下载成绩单" - // ); - return; - } - if (this.progressRing.total != 100) { - // this.$message.warning("请您完成学习课程后下载成绩单"); - return; - } try { const res = await downloadSocialRecruitReport( this.projectId,