From 3383ee8f27c5f4b7e7f6e20665bb3d7662a9d724 Mon Sep 17 00:00:00 2001 From: dlnu_wqj Date: Mon, 14 Oct 2019 15:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E7=94=A8=E6=88=B7=E5=90=8D=E3=80=81=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E5=8F=B7=E3=80=81=E9=82=AE=E7=AE=B1=E5=94=AF=E4=B8=80=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E5=8F=82=E6=95=B0=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/system/user/add.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()); } },