From f4fad98724615e0b6df8e30cec47450995316e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8D=93=E7=85=9C?= <2210102150@qq.com> Date: Fri, 19 Sep 2025 10:39:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=91=98=E5=B7=A5=E8=BD=AC=E6=AD=A3?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=8A=A5=E5=90=8D=E5=88=87=E6=8D=A2=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PortalHeader.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; }) },