From 527e8018fb8c8fe9b3074c00b5a9dad75271e6ea Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 1 Jul 2022 15:49:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=B1=E5=BF=83=E4=BA=92=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityParty/heart/heartForm.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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(',') } },