Update edit.js

This commit is contained in:
姜棚 2021-12-08 17:31:10 +08:00
parent 6026671716
commit 285b8d042d
1 changed files with 3 additions and 3 deletions

View File

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