From 8e5b7caaf136f9bb8ff6c33aedc987f7bad352a3 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 5 Dec 2024 14:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=9A=E6=AC=A1=E8=AF=84?= =?UTF-8?q?=E4=BB=B7=E5=9B=9E=E5=A4=8D=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../replyComplaintAppraise/replyComplaintAppraise.js | 10 ++++------ .../accountDetailManage/accountDetailManage.html | 1 - 2 files changed, 4 insertions(+), 7 deletions(-) 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 @@