From: benny Date: Fri, 13 Jul 2018 08:05:59 +0000 (+0800) Subject: Pman.Tab.PersonList.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=65cee3b3280a65b6eae50d45acf4457b2f9c1388 Pman.Tab.PersonList.js --- diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index da0b68e6..f7042213 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -459,7 +459,7 @@ Pman.Tab.PersonList.prototype = { var rec = _this.grid.ds.getAt(_this.grid.selModel.last); - console.log(rec); + console.log(_this.grid); var ids = []; ids.push(rec.id); @@ -482,7 +482,7 @@ Pman.Tab.PersonList.prototype = { _delete : ids.join(',') }, success : function() { - console.log(_this.grid); + _this.grid.footer.onClick('refresh'); } });