From 46c51373ae54b88ccc94766c619e7be8a992fce6 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Mon, 11 Jul 2022 11:44:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/bigScreen/js/public.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/bigScreen/js/public.js b/public/bigScreen/js/public.js index eb647db34..0cbeaa3fc 100644 --- a/public/bigScreen/js/public.js +++ b/public/bigScreen/js/public.js @@ -408,7 +408,7 @@ vc.http.apiGet('/reportFeeMonthStatistics/queryReportProficient', param, function(json, res) { - var indexData = JSON.parse(json).data; + var indexData = JSON.parse(json); let _receivableInformation = indexData.receivableInformation;