From f7f222a38dd7f7e03c71ba0dcb09b848d461315b Mon Sep 17 00:00:00 2001 From: john Date: Tue, 20 Mar 2018 12:31:43 +0800 Subject: [PATCH] Roo/data/JsonReader.js --- Roo/data/JsonReader.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/data/JsonReader.js b/Roo/data/JsonReader.js index 361b361ecc..72366b0561 100644 --- a/Roo/data/JsonReader.js +++ b/Roo/data/JsonReader.js @@ -170,6 +170,8 @@ Roo.extend(Roo.data.JsonReader, Roo.data.DataReader, { } } + Roo.log(o); + var root = this.getRoot(o), c = root.length, totalRecords = c, success = true; if(s.totalProperty){ var vt = parseInt(this.getTotal(o), 10); -- 2.39.2