mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 01:36:44 +08:00
fix:是否bmp报名流程测试
This commit is contained in:
@@ -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("未获得项目或学员信息,列表可能无法加载");
|
||||
|
||||
Reference in New Issue
Block a user