mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
Merge branch '20151115-zxj' of https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal into 20251117-new-employee
This commit is contained in:
@@ -154,9 +154,7 @@
|
||||
>
|
||||
<el-alert type="error" center show-icon :closable="false">
|
||||
<template slot="title">
|
||||
<span style="color: rgba(0, 0, 0, 0.88)"
|
||||
>报名申请审核不通过,请</span
|
||||
>
|
||||
<span style="color: rgba(0, 0, 0, 0.88)">审核已驳回,请</span>
|
||||
<span style="color: #0078fc">重新报名</span>
|
||||
</template>
|
||||
</el-alert>
|
||||
@@ -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("未获得项目或学员信息,列表可能无法加载");
|
||||
|
||||
Reference in New Issue
Block a user