fix del role url bug

This commit is contained in:
ibuler 2015-12-14 17:13:07 +08:00
parent be2f0b2172
commit 1a32fb5da1

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