From a03736537da67f2e6ac8045102689f2603d5d684 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 19 Aug 2016 16:09:24 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 6e6b8c8e..9ee498de 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -159,9 +159,10 @@ 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