Update edit.js
This commit is contained in:
parent
6026671716
commit
285b8d042d
|
@ -441,9 +441,9 @@ export default class acclist extends React.Component{
|
|||
putKeyBatchDetail(id,data).then((res)=>{
|
||||
handelResponse(res,(req,msg)=>{
|
||||
Notify.success("更新key成功");
|
||||
// setTimeout(()=>{
|
||||
// window.history.back()
|
||||
// },1000);
|
||||
setTimeout(()=>{
|
||||
window.history.back()
|
||||
},1000);
|
||||
},(err)=>{
|
||||
Notify.error(err)
|
||||
|
||||
|
|
Loading…
Reference in New Issue