fix传参错误

This commit is contained in:
ZhangRuining 2025-03-12 11:44:54 +08:00
parent 04ffef47da
commit e21627767d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class PrivateAccessModal extends Component {
alert_remarks: true,
...values,
attachment_id: attachmentId.join(','),
invite_code: this.props.projectInfo.invite_code
code: this.props.projectInfo.invite_code
},
})
.then((result) => {