Browse Source

pref: 处理员工管理增加账户邮箱不做限制

wangcz 7 years ago
parent
commit
f710f6d69d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/webapp/resources/view/sso/staffManagement.html

+ 0 - 1
src/main/webapp/resources/view/sso/staffManagement.html

@@ -973,7 +973,6 @@
                         </td>
                         <td ng-class="{'has-error': userEmailError, 'has-success': userEmailSuccess}">
                             <input ng-model="newUser.userEmail" ng-pattern="/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/"
-                                   ng-blur="emailValid(newUser.userEmail)"
                                    name="newUserEmail" type="text"
                                    placeholder="邮箱">
                         </td>