From 66b8eae36f024c870983d9a927d092251b42e166 Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 15:36:05 +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 199af24f..8d3b7958 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -457,7 +457,7 @@ Pman.Tab.PersonList.prototype = { handler : function(){ //Pman.genericDelete(_this, 'Person'); - var di = this.RowSelectionModel.getSelected; + var di = this.RowSelectionModel.getSelected(); console.log(di); var rec = _this.grid.ds.getAt(rowIndex); -- 2.39.2