解决兑换码管理编辑页面取消点不动
This commit is contained in:
parent
64eee2d64a
commit
cc555d56ec
|
@ -137,7 +137,7 @@ export default class exchangedit extends React.Component{
|
||||||
title:'确认操作',
|
title:'确认操作',
|
||||||
content: <p>是否取消本次操作?</p>,
|
content: <p>是否取消本次操作?</p>,
|
||||||
onConfirm:()=>{
|
onConfirm:()=>{
|
||||||
window.history.back()
|
window.location.replace('#/home/exchangecode-list');
|
||||||
},
|
},
|
||||||
onCancel: this.onCancel,
|
onCancel: this.onCancel,
|
||||||
className:'questModal',
|
className:'questModal',
|
||||||
|
|
Loading…
Reference in New Issue