Pman.Dialog.VerifyAccess.bjs
[Pman.Core] / Pman.Dialog.VerifyAccess.js
index bcaa086..bc44929 100644 (file)
@@ -71,7 +71,11 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
               success : function(res) {
                   _this.form.setValues(res.data);
                   return;
-              }
+              },
+              failure: function(res) {
+                  
+                  return;
+             }
           });
       }
     },