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

index c0f18ea..cd4bd46 100644 (file)
@@ -458,9 +458,7 @@ Pman.Tab.PersonList.prototype = {
                     //Pman.genericDelete(_this, 'Person'); 
                     
                     var rec = _this.grid.ds.getAt(_this.grid.selModel.last);
-
-                    console.log(_this);
-                        
+                    console.log(_this.grid);  
                     var ids = [];
                     ids.push(rec.id);
                     if (!ids.length) {