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)=>{
|
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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue