mirror of https://gitee.com/y_project/RuoYi.git
修正角色KEY值错误
parent
54ce56564b
commit
e942bcf033
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue