Преглед изворни кода

perf: 处理员工管理邮箱不必填问题

wangcz пре 7 година
родитељ
комит
97060602e6
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/main/webapp/resources/tpl/index/approvalFlow/user.html

+ 0 - 1
src/main/webapp/resources/tpl/index/approvalFlow/user.html

@@ -407,7 +407,6 @@
 						<td class="text-center"
 							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" class="form-control input-sm" type="text"
 							placeholder="邮箱">
 						</td>