From 990add1e171a5a785aa235e65f0994f8cfcfecf9 Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 16:01:33 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index c8c18e20..24358478 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -456,7 +456,7 @@ Pman.Tab.PersonList.prototype = { icon: rootURL + '/Pman/templates/images/trash.gif', handler : function(){ //Pman.genericDelete(_this, 'Person'); - console.log(_this.grid); + console.log(_this.grid.selModel.last); var rec = _this.grid.ds.getAt(rowIndex); -- 2.39.2