From 6dd3836a84e3b46013b8b035ee7efc557fd5edf1 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 11 Feb 2015 14:37:08 +0800 Subject: [PATCH] Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- Pman.Tab.AdminNotify.bjs | 2 +- Pman.Tab.AdminNotify.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index e99be92..4a2b075 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -159,7 +159,7 @@ }, "xtype" : "Store", "remoteSort" : true, - "$ sortInfo" : "{ direction : 'ASC', field: 'person_id_name' }", + "$ sortInfo" : "{ direction : 'ASC', field: 'id' }", "$ xns" : "Roo.data", "* prop" : "store", "items" : [ diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index f9da27c..e027820 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -331,7 +331,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ '|xns' : 'Roo.data', xtype : 'Store', remoteSort : true, - sortInfo : { direction : 'ASC', field: 'person_id_name' }, + sortInfo : { direction : 'ASC', field: 'id' }, xns : Roo.data, listeners : { beforeload : function (_self, o){ -- 2.39.2