diff --git a/public/components/complaint/replyComplaintAppraise/replyComplaintAppraise.js b/public/components/complaint/replyComplaintAppraise/replyComplaintAppraise.js index 87850e7be..97b498f9a 100644 --- a/public/components/complaint/replyComplaintAppraise/replyComplaintAppraise.js +++ b/public/components/complaint/replyComplaintAppraise/replyComplaintAppraise.js @@ -10,7 +10,7 @@ }, _initEvent: function () { vc.on('replyComplaintAppraise', 'openReplyComplaintAppraiseModal', function (_appraise) { - vc.copyObject(_appraise,$that.replyComplaintAppraiseInfo); + vc.copyObject(_appraise, $that.replyComplaintAppraiseInfo); $('#replyComplaintAppraiseModel').modal('show'); }); }, @@ -46,7 +46,7 @@ return; } $that.replyComplaintAppraiseInfo.communityId = vc.getCurrentCommunity().communityId; - + vc.http.apiPost( '/complaintAppraise.replyComplaintAppraise', JSON.stringify($that.replyComplaintAppraiseInfo), @@ -74,10 +74,8 @@ }, clearReplyComplaintAppraiseInfo: function () { $that.replyComplaintAppraiseInfo = { - title: '', - pubType: '', - headerImg: '', - context: '' + appraiseId: '', + replyContext: '', }; } } diff --git a/public/pages/property/accountDetailManage/accountDetailManage.html b/public/pages/property/accountDetailManage/accountDetailManage.html index de95a3bdb..959289dd7 100644 --- a/public/pages/property/accountDetailManage/accountDetailManage.html +++ b/public/pages/property/accountDetailManage/accountDetailManage.html @@ -1,5 +1,4 @@