From 802acf55f79b946d92304d1f95a17b9e90beb426 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 24 Nov 2020 09:10:38 +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/simplifyCarFee/simplifyCarFee.html | 2 +- public/components/property/simplifyCarFee/simplifyCarFee.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/components/property/simplifyCarFee/simplifyCarFee.html b/public/components/property/simplifyCarFee/simplifyCarFee.html index 31090ae1e..8a2717e14 100644 --- a/public/components/property/simplifyCarFee/simplifyCarFee.html +++ b/public/components/property/simplifyCarFee/simplifyCarFee.html @@ -2,7 +2,7 @@
-
diff --git a/public/components/property/simplifyCarFee/simplifyCarFee.js b/public/components/property/simplifyCarFee/simplifyCarFee.js index ba13c5ade..9c8c134e0 100644 --- a/public/components/property/simplifyCarFee/simplifyCarFee.js +++ b/public/components/property/simplifyCarFee/simplifyCarFee.js @@ -155,7 +155,7 @@ }, - changeCar: function () { + changeSimplifyCar: function () { let _car = null; $that.simplifyCarFeeInfo.ownerCars.forEach(item => { if (item.carId == $that.simplifyCarFeeInfo.carId) { @@ -169,7 +169,7 @@ $that.simplifyCarFeeInfo.carNum = _car.carNum; $that.simplifyCarFeeInfo.num = _car.num; $that.simplifyCarFeeInfo.parkingName = _car.areaNum + '停车场' + _car.num + '停车位'; - $that._listSimplifyCarFee(); + $that._listSimplifyCarFee(DEFAULT_PAGE,DEFAULT_ROWS); }, clearSimplifyCarFeeInfo: function () { $that.simplifyCarFeeInfo = {