diff --git a/public/admin/static/js/template.js b/public/admin/static/js/template.js index 439a80d..e7e5612 100644 --- a/public/admin/static/js/template.js +++ b/public/admin/static/js/template.js @@ -277,6 +277,9 @@ $.refresh(url, urlData); }); + /** + * 转为权限修改定制的Ajax请求 + */ bodyDom.on('click', '.auth', function () { var tdDom = $(this).parent().parent().children(); var urlName = tdDom.eq(2).html();