text
This commit is contained in:
parent
4f9a03a1af
commit
8a72ace09d
|
@ -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)}
|
||||
|
|
Loading…
Reference in New Issue