处理后台角色编辑列表不刷新问题
This commit is contained in:
parent
9d7ff6e116
commit
0e2ef8a96e
|
|
@ -100,7 +100,7 @@
|
|||
|
||||
$http[type](url, this.form).then((res) => {
|
||||
layer.msg(res.message);
|
||||
window.history.back();
|
||||
location = '{{ admin_route('admin_roles.index') }}'
|
||||
})
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue