Browse Source

pref: 处理邮箱提问题

wangcz 7 years ago
parent
commit
caca5aa165

+ 1 - 1
src/main/webapp/resources/js/sso/controllers/staffManagementCtrl.js

@@ -247,7 +247,7 @@ define(['app/app'], function (app) {
                 toaster.pop('error', '请输入用户名信息');
                 return;
             }
-            if (!$scope.userEmailSuccess || !$scope.userTelSuccess) {
+            if (!$scope.userTelSuccess) {
                 toaster.pop('error', '请输入正确的信息后提交');
                 return;
             }