Pman.Tab.PersonList.js
authorbenny <benny@roojs.com>
Fri, 13 Jul 2018 08:05:59 +0000 (16:05 +0800)
committerbenny <benny@roojs.com>
Fri, 13 Jul 2018 08:05:59 +0000 (16:05 +0800)
Pman.Tab.PersonList.js

index da0b68e..f704221 100644 (file)
@@ -459,7 +459,7 @@ Pman.Tab.PersonList.prototype = {
                     
                     var rec = _this.grid.ds.getAt(_this.grid.selModel.last);
 
-                    console.log(rec);
+                    console.log(_this.grid);
                         
                     var ids = [];
                     ids.push(rec.id);
@@ -482,7 +482,7 @@ Pman.Tab.PersonList.prototype = {
                                     _delete  : ids.join(',')
                                 },
                                 success : function() {
-                                    console.log(_this.grid);
+                                    
                                     _this.grid.footer.onClick('refresh');
                                 }
                             });