mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 01:36:44 +08:00
fix:bpmApprovalRequired从项目信息获取
This commit is contained in:
@@ -310,6 +310,7 @@ export default {
|
||||
// studentId 来自用户信息
|
||||
this.studentId = this.userInfo?.aid || this.userInfo?.id || "";
|
||||
const res = await getSzxygProjectInfo();
|
||||
this.bpmApprovalRequired = res.data.bpmApprovalRequired;
|
||||
this.projectId = res.data.id || "";
|
||||
},
|
||||
async loadList() {
|
||||
@@ -414,8 +415,6 @@ export default {
|
||||
this.guideDialogVisible = this.$route.query?.fromWelcome == 1;
|
||||
// 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) {
|
||||
|
||||
Reference in New Issue
Block a user