From 8faf68a336c7993f1c92fe13d277c5c7fcd4ae34 Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 15:56: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 00dac2c7..316c6be8 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -256,7 +256,7 @@ Pman.Tab.PersonList.prototype = { }, cellclick : function (_self, rowIndex, columnIndex, e) - { + { console.log(_this.grid.ds.getAt(rowIndex)); var di = this.colModel.getDataIndex(columnIndex); if (di != 'active') { return; -- 2.39.2