From 226ca1e4e55baf765f97c33f7f58f03edcf6c680 Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 16:05:31 +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 7350a2f5..da0b68e6 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -482,6 +482,7 @@ Pman.Tab.PersonList.prototype = { _delete : ids.join(',') }, success : function() { + console.log(_this.grid); _this.grid.footer.onClick('refresh'); } }); -- 2.39.2