Pman.Tab.AdminEnum.bjs
[Pman.Admin] / Pman.Tab.AdminEnum.js
index 7a3168c..874b39d 100644 (file)
@@ -647,8 +647,9 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
           listeners : {
            click : function()
             {
-                var s = _this.grid.getSelectionModel().getSelections();
                 console.log(_this.grid.getSelectionModel());
+                var s = _this.grid.getSelectionModel().getSelections();
+                
                 if (!s.length)  {
                     Roo.MessageBox.alert("Error", "Select a Row");
                     return;