forked from Gitlink/forgeplus-react
新建发行版
This commit is contained in:
parent
d4a59e9a94
commit
4c0f3497a9
|
@ -110,7 +110,8 @@ export default Form.create()(
|
|||
axios.post(url, {
|
||||
...value,
|
||||
body: desc,
|
||||
attachment_ids: fileList
|
||||
attachment_ids: fileList,
|
||||
target_commitish:branch
|
||||
})
|
||||
.then(result => {
|
||||
if (result) {
|
||||
|
|
Loading…
Reference in New Issue