+
转正流程示意图 >
@@ -293,6 +293,7 @@ export default {
4: "审核失败",
},
approvalResults: 1,
+ bpmApprovalRequired: 1,
};
},
computed: {
@@ -413,6 +414,7 @@ export default {
this.guideDialogVisible = this.$route.query?.fromWelcome == 1;
// 1报名失败、2审核中、3审核通过、4审核失败
this.approvalResults = res.data.approvalResults;
+ this.bpmApprovalRequired = res.data.bpmApprovalRequired;
await this.initIds();
if (!this.projectId || !this.studentId) {
this.$message.warning("未获得项目或学员信息,列表可能无法加载");