From 2460fd9b33a6e67614a7c56c9461a52d8845b8dd Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 5 Mar 2015 12:59:52 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 83cf27ed..9444ed24 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -266,7 +266,10 @@ Pman.Tab.PersonList.prototype = { rec.set('active', rec.data.active ? 0 : 1); rec.commit(); - + Roo.select('.x-grid-row-selected').item(1).addClass('fadeout'); + (function(){ + _this.grid.footer.onClick('first'); + }).defer(5000)(); } -- 2.39.2