소스 검색

修正角色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) {