修正角色KEY值错误
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user