Browse Source

爱心互助

master
jiangyy 3 years ago
parent
commit
527e8018fb
  1. 7
      src/views/modules/communityParty/heart/heartForm.vue

7
src/views/modules/communityParty/heart/heartForm.vue

@ -312,6 +312,9 @@
<img v-if="item.contentType==='img'"
class="img_icon"
:src="item.content">
<p v-if="item.contentType==='rich_text'"
class="text_p"
v-html="item.content"></p>
</div>
</div>
</el-form-item>
@ -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(',')
}
},

Loading…
Cancel
Save