瀏覽代碼

修正角色KEY值错误

RuoYi 5 年之前
父節點
當前提交
e942bcf033
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ruoyi-admin/src/main/resources/templates/system/role/add.html

+ 2 - 2
ruoyi-admin/src/main/resources/templates/system/role/add.html

@@ -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) {