diff --git a/ruoyi-admin/src/main/resources/templates/system/user/add.html b/ruoyi-admin/src/main/resources/templates/system/user/add.html index 0d5e9771..45decfc6 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/add.html @@ -149,7 +149,7 @@ type: "post", dataType: "json", data: { - name : function() { + "loginName": function() { return $.common.trim($("#loginName").val()); } }, @@ -169,7 +169,7 @@ type: "post", dataType: "json", data: { - name: function () { + "email": function () { return $.common.trim($("#email").val()); } }, @@ -185,7 +185,7 @@ type: "post", dataType: "json", data: { - name: function () { + "phonenumber": function () { return $.common.trim($("#phonenumber").val()); } },