Commit e942bcf0 by RuoYi

修正角色KEY值错误

parent 54ce5656
......@@ -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) {
......
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