修正角色KEY值错误

master
RuoYi 5 years ago committed by Limy
parent 9998262fda
commit 23f11da821

@ -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…
Cancel
Save