解决角色管理新增后页面无跳转

This commit is contained in:
red-deng-deng 2021-12-30 11:01:49 +08:00
parent a1b6a72ef0
commit 5d243384d9
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ export default class addrole extends React.Component{
Notify.clear();
Notify.success(msg);
setTimeout(()=>{
window.history.back();
// window.history.back();
window.location.replace('#/home/system/role-list');
},1000);
},(err)=>{
Notify.error(err)