Commit 937a5421 authored by zfc's avatar zfc

小bug

parent 205aae90
...@@ -101,7 +101,7 @@ authRule={ ...@@ -101,7 +101,7 @@ authRule={
par.sort= $("input[name = sort]").val(); par.sort= $("input[name = sort]").val();
par.pid=$("#pid").val(); par.pid=$("#pid").val();
par.is_menu=$("input[name =is_menu]:checked").val(); par.is_menu=$("input[name =is_menu]:checked").val();
params.search = $("input[name='search']").val(); par.search = $("input[name='search']").val();
$.ajax({ $.ajax({
'type': 'POST', 'type': 'POST',
'url' : '/index/updateAuthRule', 'url' : '/index/updateAuthRule',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment