forked from Gitlink/forgeplus-react
fix传参错误
This commit is contained in:
parent
04ffef47da
commit
e21627767d
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue