From 066be54828a273687908a5c6cd0a5325eb435cde Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 15:18:34 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 3b1a6e18..d670b5c3 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -458,6 +458,7 @@ Pman.Tab.PersonList.prototype = { //Pman.genericDelete(_this, 'Person'); var ids = []; + console.log(_this.grid.dataSource); _this.grid.dataSource.each(function(rr) { if (rr.selected) { ids.push(rr.data.id); -- 2.39.2