解决【key批次】新增key批次提交后返回到key批次列表,列表左上方未展示计划名称
This commit is contained in:
parent
9c55a9da0f
commit
f4799298b6
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue