From 23f11da821e8f06a2474d332363de5efe86da5d4 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Wed, 31 Jul 2019 20:40:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=A7=92=E8=89=B2KEY?= =?UTF-8?q?=E5=80=BC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/templates/system/role/add.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/role/add.html b/ruoyi-admin/src/main/resources/templates/system/role/add.html index 20dad50e..91942e6a 100644 --- a/ruoyi-admin/src/main/resources/templates/system/role/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/role/add.html @@ -87,8 +87,8 @@ type: "post", dataType: "json", data: { - "roleName" : function() { - return $.common.trim($("#roleName").val()); + "roleKey" : function() { + return $.common.trim($("#roleKey").val()); } }, dataFilter: function(data, type) {