diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index 0f9d09b6..9cafb8f9 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -251,9 +251,7 @@ export default { //BPM项目:重新报名 signUpAgain(){ const pid = this.studentInfo.projectId; - const studentId=this.studentInfo.studentId; - const data = {"pid":pid,"studentId":studentId}; - apiManage.signUpBpmProjectAgain(data).then(res=>{ + apiManage.signUpBpmProjectAgain(pid).then(res=>{ this.projectDialogVisible = false; }) },