处理后台角色编辑列表不刷新问题

This commit is contained in:
pushuo 2022-08-12 17:43:00 +08:00
parent 9d7ff6e116
commit 0e2ef8a96e
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
$http[type](url, this.form).then((res) => {
layer.msg(res.message);
window.history.back();
location = '{{ admin_route('admin_roles.index') }}'
})
});
},