From 5a2a4dd1a56c25917e2990baddeed5ca32a7c315 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 13 Jul 2017 17:58:42 +0800 Subject: [PATCH] Pman.Tab.Group_Rights.js --- Pman.Tab.Group_Rights.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Pman.Tab.Group_Rights.js b/Pman.Tab.Group_Rights.js index c18585c..4423f80 100644 --- a/Pman.Tab.Group_Rights.js +++ b/Pman.Tab.Group_Rights.js @@ -87,7 +87,14 @@ Pman.Tab.Group_Rights = { url: baseURL + '/Admin/GroupRights.php', method: 'GET' }), - reader: new Roo.data.JsonReader({}, []), + reader: new Roo.data.JsonReader({}, + [ + { + 'name': 'rightname', + 'type': 'string' + } + ] + ), remoteSort: false, listeners : { beforeload : function(t,o) -- 2.39.2