From 17a69f7cb587eb18ce4a08e2ac232193cd221b48 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 15 Feb 2018 13:11:08 +0800 Subject: [PATCH] Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- Pman.Dialog.VerifyAccess.bjs | 2 +- Pman.Dialog.VerifyAccess.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 6ed4e9cf..05339d01 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -198,7 +198,7 @@ }, { "listeners" : { - "click" : "function (_self, e)\n{\n if(!_this.form.isValid()){\n return;\n }\n Roo.log('submit');\n return;\n _this.dialog.el.mask('Sending...');\n _this.form.doAction('submit');\n \n}" + "click" : "function (_self, e)\n{\n if(!_this.form.isValid()){\n return;\n }\n\n _this.dialog.el.mask('Sending...');\n _this.form.doAction('submit');\n \n}" }, "String weight" : "primary", "xtype" : "Button", diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index 25b93da4..32067bd6 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -102,8 +102,7 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { if(!_this.form.isValid()){ return; } - Roo.log('submit'); - return; + _this.dialog.el.mask('Sending...'); _this.form.doAction('submit'); -- 2.39.2