From 91164cf74bc06f30f712b023a32bb800ee5a4a91 Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 15:35:51 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 830fb15d..199af24f 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -457,15 +457,12 @@ Pman.Tab.PersonList.prototype = { handler : function(){ //Pman.genericDelete(_this, 'Person'); - var ids = []; - - _this.grid.dataSource.each(function(rr) { - if (rr.selected) { - ids.push(rr.data.id); - } - }); + var di = this.RowSelectionModel.getSelected; + console.log(di); + var rec = _this.grid.ds.getAt(rowIndex); + console.log(ids.length); - if (!ids.length) { + /*if (!ids.length) { Roo.MessageBox.alert("Error", "Select rows by clicking on the Internal# column"); return; } @@ -488,7 +485,7 @@ Pman.Tab.PersonList.prototype = { } }); } - ); + );*/ -- 2.39.2