Pman.Dialog.VerifyAccess.bjs
authoredward <edward@roojs.com>
Thu, 15 Feb 2018 03:59:33 +0000 (11:59 +0800)
committeredward <edward@roojs.com>
Thu, 15 Feb 2018 03:59:33 +0000 (11:59 +0800)
Pman.Dialog.VerifyAccess.js

Pman.Dialog.VerifyAccess.bjs
Pman.Dialog.VerifyAccess.js

index 5ba6d9c..7e9e11c 100644 (file)
@@ -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",
index b3e7917..e54ca95 100644 (file)
@@ -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,