From 5f43aeb093b9a841695f1862b0c6f73dc572cb0d Mon Sep 17 00:00:00 2001 From: zhaoxiang <756958008@qq.com> Date: Mon, 14 Nov 2016 19:19:56 +0800 Subject: [PATCH] =?UTF-8?q?added=20=E7=BB=86=E8=8A=82=EF=BC=8C=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/admin/static/js/template.js | 3 +++ 1 file changed, 3 insertions(+) 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();