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