修正角色KEY值错误

pull/115/MERGE
RuoYi 2019-07-31 20:40:29 +08:00
parent 54ce56564b
commit e942bcf033
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@
type: "post", type: "post",
dataType: "json", dataType: "json",
data: { data: {
"roleName" : function() { "roleKey" : function() {
return $.common.trim($("#roleName").val()); return $.common.trim($("#roleKey").val());
} }
}, },
dataFilter: function(data, type) { dataFilter: function(data, type) {