新员工转正重新报名切换请求方式

This commit is contained in:
王卓煜
2025-09-19 10:39:14 +08:00
parent 0102d476a7
commit f4fad98724

View File

@@ -251,9 +251,7 @@ export default {
//BPM项目重新报名 //BPM项目重新报名
signUpAgain(){ signUpAgain(){
const pid = this.studentInfo.projectId; const pid = this.studentInfo.projectId;
const studentId=this.studentInfo.studentId; apiManage.signUpBpmProjectAgain(pid).then(res=>{
const data = {"pid":pid,"studentId":studentId};
apiManage.signUpBpmProjectAgain(data).then(res=>{
this.projectDialogVisible = false; this.projectDialogVisible = false;
}) })
}, },