From 1877dd63159eb1b37c6d0770373bf8e9d4e6dd4f Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 15:38:02 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 83ec0551..12eb89b9 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -456,9 +456,9 @@ Pman.Tab.PersonList.prototype = { icon: rootURL + '/Pman/templates/images/trash.gif', handler : function(){ //Pman.genericDelete(_this, 'Person'); - + console.log(_this); var di = this.grid.RowSelectionModel.getSelected(); - console.log(this); + var rec = _this.grid.ds.getAt(rowIndex); console.log(ids.length); -- 2.39.2