mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
新员工转正重新报名切换请求方式
This commit is contained in:
@@ -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;
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user