解决【key批次】新增key批次提交后返回到key批次列表,列表左上方未展示计划名称

This commit is contained in:
Apple 2022-06-17 17:49:41 +08:00
parent 9c55a9da0f
commit f4799298b6
1 changed files with 2 additions and 1 deletions

View File

@ -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) => {