From e7a5f1a468e7a0f1647615ecfdae7e0f75384fa3 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 15 Feb 2018 11:59:33 +0800 Subject: [PATCH] Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- Pman.Dialog.VerifyAccess.bjs | 3 +-- Pman.Dialog.VerifyAccess.js | 6 +----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 5ba6d9cf..7e9e11c3 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -95,8 +95,7 @@ "items" : [ { "listeners" : { - "render" : "function (_self)\n{\n _this.status_filter = _self;\n}", - "select" : "function (combo, record, index)\n{\n _this.table.footer.onClick('first'); \n}" + "select" : "function (combo, record, index)\n{\n \n}" }, "String name" : "status_filter_name", "String mode" : "local", diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index b3e79175..e54ca959 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -295,13 +295,9 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { triggerAction : 'all', valueField : 'code', listeners : { - render : function (_self) - { - _this.status_filter = _self; - }, select : function (combo, record, index) { - _this.table.footer.onClick('first'); + } }, xns : Roo.bootstrap, -- 2.39.2