fix del role url bug

pull/26/head
ibuler 2015-12-14 17:13:07 +08:00
parent be2f0b2172
commit 1a32fb5da1
1 changed files with 1 additions and 1 deletions

View File

@ -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 );