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)=>{ putKeyBatchDetail(id,data).then((res)=>{
handelResponse(res,(req,msg)=>{ handelResponse(res,(req,msg)=>{
Notify.success("更新key成功"); Notify.success("更新key成功");
// setTimeout(()=>{ setTimeout(()=>{
// window.history.back() window.history.back()
// },1000); },1000);
},(err)=>{ },(err)=>{
Notify.error(err) Notify.error(err)