新建发行版

This commit is contained in:
caishi 2022-04-07 18:10:00 +08:00
parent d4a59e9a94
commit 4c0f3497a9
1 changed files with 2 additions and 1 deletions

View File

@ -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) {