From 6fa31af73667c7cc7a1821d2315a53131833add4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Fri, 18 Jun 2021 17:37:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/login/register.css | 6 +++++- static/js/common/tools.js | 7 ++++--- view/login/registerFrom.html | 14 ++++++++++++++ 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/static/css/login/register.css b/static/css/login/register.css index e3909dc..56a49fa 100644 --- a/static/css/login/register.css +++ b/static/css/login/register.css @@ -79,7 +79,11 @@ text-align: right; width: 12%; } - +.userTable select{ + height: 36px; + border: 1px solid #e3e3e3; + width: 100%; +} .userTable tr td input[type="text"],.userTable tr td input[type="button"],.userTable tr td input[type="password"]{ height: 36px; border: 1px solid #e3e3e3; diff --git a/static/js/common/tools.js b/static/js/common/tools.js index bf6403b..d1d9334 100644 --- a/static/js/common/tools.js +++ b/static/js/common/tools.js @@ -16,8 +16,8 @@ define(['jquery', 'dialog'], function ($, dialog) { */ doPost: function (url, data, cb, Bearer) { var _this = this; - data.deptId = 100 ; - console.log(JSON.stringify(data)) + // data.deptId = 100 ; + // console.log(JSON.stringify(data)) var headAttribute = ''; if (Bearer && Bearer == true || _this.getCookie('Admin-Token') == '') { headAttribute = function (xhr) { @@ -108,7 +108,8 @@ define(['jquery', 'dialog'], function ($, dialog) { */ doGet: function (uri, data, cb, Bearer) { var _this = this; - var url = ajaxJsUrl + uri + '?deptId=100&'; + // deptId=100& + var url = ajaxJsUrl + uri + '?'; console.log(url); var headAttribute = '' if (Bearer && Bearer == true || _this.getCookie('Admin-Token') == '') { diff --git a/view/login/registerFrom.html b/view/login/registerFrom.html index 3468d3b..2f16b32 100644 --- a/view/login/registerFrom.html +++ b/view/login/registerFrom.html @@ -198,6 +198,20 @@