diff --git a/src/pages/exchangecode/add/add.js b/src/pages/exchangecode/add/add.js index b955b011..f8b7f984 100644 --- a/src/pages/exchangecode/add/add.js +++ b/src/pages/exchangecode/add/add.js @@ -694,7 +694,8 @@ export default class acclist extends React.Component { (req, msg) => { Notify.success('成功发起审批') setTimeout(() => { - this.props.history.push('/home/key-list/') + // this.props.history.push('/home/key-list/') + window.history.back() }, 2000) }, (err) => {