mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-12 22:28:39 +00:00
fix del role url bug
This commit is contained in:
parent
be2f0b2172
commit
1a32fb5da1
@ -87,7 +87,7 @@ function remove_role(role_id){
|
||||
if (confirm("确认删除")) {
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: "/jperm/role/perm_role_delete/",
|
||||
url: "{% url 'role_del' %}",
|
||||
data: "id=" + role_id,
|
||||
success: function(msg){
|
||||
alert( "成功: " + msg );
|
||||
|
Loading…
Reference in New Issue
Block a user