From 1908690d0e2801d1e9bc7ff0d1d468d4d1e3fa7c Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 19 Aug 2016 16:09:37 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 9ee498de..6e6b8c8e 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -159,10 +159,9 @@ Pman.Tab.PersonList.prototype = { background: true, controller : this })); - _this.delayedCreate(); - + this.tab.on('activate', function() { -// _this.delayedCreate(); + _this.delayedCreate(); // _this.paging.onClick('refresh'); }); }, -- 2.39.2