diff --git a/src/views/modules/communityParty/heart/heartForm.vue b/src/views/modules/communityParty/heart/heartForm.vue index 39194f0f..30138bbf 100644 --- a/src/views/modules/communityParty/heart/heartForm.vue +++ b/src/views/modules/communityParty/heart/heartForm.vue @@ -312,6 +312,9 @@ +

@@ -533,8 +536,8 @@ export default { this.endLoading() } else { - this.formData = JSON.parse(JSON.stringify(this.formDataTemp)); - this.agencyIdArray = this.formData.sponsorPath.split(',') + // this.formData = JSON.parse(JSON.stringify(this.formDataTemp)); + // this.agencyIdArray = this.formData.sponsorPath.split(',') } },