diff --git a/public/components/property/finishFee/finishFee.js b/public/components/property/finishFee/finishFee.js
index 8c23fc23c..3b5e40778 100755
--- a/public/components/property/finishFee/finishFee.js
+++ b/public/components/property/finishFee/finishFee.js
@@ -34,6 +34,7 @@
vc.emit('listParkingSpaceFee', 'notify', {});
vc.emit('simplifyRoomFee', 'notify', {});
vc.emit('simplifyCarFee', 'notify', {});
+ vc.emit('listContractFee', 'notify', {});
vc.toast("结束费用成功");
return;
}
diff --git a/public/pages/property/listContractFee/listContractFee.html b/public/pages/property/listContractFee/listContractFee.html
index 39d15ed7e..37608af64 100755
--- a/public/pages/property/listContractFee/listContractFee.html
+++ b/public/pages/property/listContractFee/listContractFee.html
@@ -73,6 +73,8 @@
+
@@ -97,4 +99,5 @@
+
diff --git a/public/pages/property/listContractFee/listContractFee.js b/public/pages/property/listContractFee/listContractFee.js
index c46f5d792..bc7c13746 100755
--- a/public/pages/property/listContractFee/listContractFee.js
+++ b/public/pages/property/listContractFee/listContractFee.js
@@ -98,6 +98,12 @@
feeId: _fee.feeId
});
},
+ _finishFee: function(_fee) {
+ vc.emit('finishFee', 'openFinishFeeModal', {
+ communityId: vc.getCurrentCommunity().communityId,
+ feeId: _fee.feeId
+ });
+ },
_refreshListContractFeeInfo: function() {
vc.component.listContractFeeInfo._currentFeeConfigName = "";
},