From cc524a89abd926394b6f2641be6250f4a1e330fe Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 19 Aug 2016 16:10:37 +0800 Subject: [PATCH] Pman.Tab.GroupsList.js --- Pman.Tab.GroupsList.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.GroupsList.js b/Pman.Tab.GroupsList.js index 24447e09..c92c09cf 100644 --- a/Pman.Tab.GroupsList.js +++ b/Pman.Tab.GroupsList.js @@ -152,11 +152,12 @@ Pman.Tab.GroupsList.prototype = { }); // add selection changed... - Roo.log(['Groups', this.panel]); - this.panel = parentLayout.add(region, new Ext.GridPanel(this.grid , { fitToframe: true,fitContainer: true, title: _this.title, id : _this.id, background: true}) ); + + Roo.log(['Groups', parentLayout, this.panel]); + this.grid.render(); -- 2.39.2