From 2b507a23b72ceb5326104c057ff89cb2ba51dfe2 Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 16:17:21 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 677a9116..bc3fa86d 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -458,7 +458,7 @@ Pman.Tab.PersonList.prototype = { //Pman.genericDelete(_this, 'Person'); var rec = _this.grid.ds.getAt(_this.grid.selModel.last); - _this.paging.onClick('refresh'); + var ids = []; ids.push(rec.id); if (!ids.length) { @@ -480,8 +480,8 @@ Pman.Tab.PersonList.prototype = { _delete : ids.join(',') }, success : function() { - - _this.grid.footer.onClick('refresh'); + _this.paging.onClick('refresh'); + //_this.grid.footer.onClick('refresh'); } }); } -- 2.39.2