diff --git a/public/components/property/editFee/editFee.js b/public/components/property/editFee/editFee.js
index 9d8c9df4c..f3eca55fd 100644
--- a/public/components/property/editFee/editFee.js
+++ b/public/components/property/editFee/editFee.js
@@ -107,6 +107,7 @@
$('#editFeeModel').modal('hide');
vc.component.clearAddFeeConfigInfo();
vc.emit('listRoomFee','notify', {});
+ vc.emit('listParkingSpaceFee','notify', {});
return;
}
diff --git a/public/pages/property/listCarFee/listCarFee.html b/public/pages/property/listCarFee/listCarFee.html
index 485c8b6dd..41e1f2359 100644
--- a/public/pages/property/listCarFee/listCarFee.html
+++ b/public/pages/property/listCarFee/listCarFee.html
@@ -50,6 +50,10 @@
+
@@ -61,4 +65,5 @@
+
\ No newline at end of file
diff --git a/public/pages/property/listCarFee/listCarFee.js b/public/pages/property/listCarFee/listCarFee.js
index e36aece88..72fb8146e 100644
--- a/public/pages/property/listCarFee/listCarFee.js
+++ b/public/pages/property/listCarFee/listCarFee.js
@@ -62,6 +62,9 @@
_payFeeHis:function(_fee){
vc.jumpToPage('/admin.html#/pages/property/propertyFee?'+vc.objToGetParam(_fee));
},
+ _editFee:function(_fee){
+ vc.emit('editFee', 'openEditFeeModal',_fee);
+ },
_deleteFee:function(_fee){
var dateA = new Date(_fee.startTime);