From 6f6b0fc862e40b15d9596e2777501d67d4c498f4 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Sun, 23 Aug 2020 14:15:05 +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/components/property/indexArrears/indexArrears.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/public/components/property/indexArrears/indexArrears.js b/public/components/property/indexArrears/indexArrears.js index eccdb7d0c..9c73fc2a8 100644 --- a/public/components/property/indexArrears/indexArrears.js +++ b/public/components/property/indexArrears/indexArrears.js @@ -16,10 +16,6 @@ }, _initMethod: function () { vc.component._listCompaintOrders(); - $that._listRepairCount(); - $that._listPurchaseCount(); - $that._listCollectionCount(); - $that._initMyEcharts(); }, _initEvent: function () { @@ -39,9 +35,12 @@ param, function (json, res) { var _myAuditComplaintsInfo = JSON.parse(json); - vc.copyObject(_myAuditComplaintsInfo.data,$that.indexArrearsInfo) + vc.copyObject(_myAuditComplaintsInfo.data,$that.indexArrearsInfo); + + $that._initMyEcharts(); }, function (errInfo, error) { console.log('请求失败处理'); + $that._initMyEcharts(); } ); },