Pman.Dialog.VerifyAccess.bjs
[Pman.Core] / Pman.Dialog.VerifyAccess.js
index f23f89d..f7bd7d8 100644 (file)
@@ -69,7 +69,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
                   _this.data = res.data;
                   
                   if(_this.data.status != 0){
-                      _this.data.hide();
+                      _this.dialog.hide();
                       Roo.bootstrap.MessageBox.alert('Notice', 'This IP has been verified [' + _this.data.ip + ']');
                       return;
                   }