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

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项目重新报名
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;
})
},