From c18be088bfc11cc36711ceb679a230a8598340a4 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 13 Jul 2017 17:15:32 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 3d0fd396..22b5f9f7 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -191,7 +191,7 @@ Pman.Tab.PersonList.prototype = { url: baseURL + '/Roo/core_person', method: 'GET' }), - reader: Pman.Readers.Person, + reader: new Roo.data.JsonReader({}, []), remoteSort: true, listeners : { -- 2.39.2