This commit is contained in:
caishi 2022-01-21 14:16:08 +08:00
parent 4f9a03a1af
commit 8a72ace09d
1 changed files with 2 additions and 1 deletions

View File

@ -86,6 +86,7 @@ class Detail extends Component {
})
.then((result) => {
if (result) {
this.props.showNotification("疑修删除成功!");
this.props.history.push(`/${owner}/${projectsId}/issues`);
}
})
@ -252,7 +253,7 @@ class Detail extends Component {
</a>
<Popconfirm
placement="bottom"
title={"您确定要删除吗"}
title={"您确定要删除吗?"}
okText="是"
cancelText="否"
onConfirm={() => this.deletedetail(orderId)}