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

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