Pman.Tab.BAdminCompany.bjs
authoredward <edward@roojs.com>
Tue, 6 Feb 2018 08:46:21 +0000 (16:46 +0800)
committeredward <edward@roojs.com>
Tue, 6 Feb 2018 08:46:21 +0000 (16:46 +0800)
Pman.Tab.BAdminCompany.js

Pman.Tab.BAdminCompany.bjs
Pman.Tab.BAdminCompany.js

index 2d0fa2c..02dc8b4 100644 (file)
@@ -44,7 +44,7 @@
       },
       {
        "listeners" : {
-        "activate" : "function (_self)\n{\n    if (_this.table) {\n        _this.table.footer.onClick('first');\n        _this.dialog = Pman.Dialog.BAdminCompany;\n    }\n}",
+        "activate" : "function (_self)\n{\n    \n    if (_this.table) {\n        _this.table.footer.onClick('first');\n        _this.dialog = Pman.Dialog.BAdminCompany;\n    }\n}",
         "render" : "function (_self)\n{\n    _this.grid = _self;\n}"
        },
        "xtype" : "Grid",
index 866bdc8..4455d00 100644 (file)
@@ -63,6 +63,7 @@ Pman.Tab.BAdminCompany = new Roo.XComponent({
       listeners : {
        activate : function (_self)
         {
+            
             if (_this.table) {
                 _this.table.footer.onClick('first');
                 _this.dialog = Pman.Dialog.BAdminCompany;