From df3072e2876df00f65e8735be5e2081e392c76c9 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 16 Dec 2020 11:37:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E6=AC=A0=E8=B4=B9=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/bigScreen/js/box4.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/bigScreen/js/box4.js b/public/bigScreen/js/box4.js index 353c97f5a..8c87ba5c0 100644 --- a/public/bigScreen/js/box4.js +++ b/public/bigScreen/js/box4.js @@ -7,7 +7,7 @@ function _loadAssetFee() { } } vc.http.apiGet( - '/bigScreen/getAssetsFee', + '/reportFeeMonthStatistics/queryOwePaymentCount', param, function (json, res) { //vm.menus = vm.refreshMenuActive(JSON.parse(json),0); @@ -39,8 +39,8 @@ function initFeeChart(_data) { _data.forEach(item => { xAxisData.push(item.feeName); - data1.push(-item.feeCount); - data2.push(item.oweFeeCount); + data1.push(-item.normalCount); + data2.push(item.objCount); }); // for (var i = 0; i < 10; i++) {