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

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

@ -523,10 +523,6 @@ export default {
async initForm (type, actId) {
this.$refs.ref_form.resetFields();
this.formType = type
if (actId) {
this.startLoading()
@ -536,6 +532,8 @@ export default {
this.endLoading()
} else {
this.actId = ''
this.formData.actId = ''
// this.formData = JSON.parse(JSON.stringify(this.formDataTemp));
// this.agencyIdArray = this.formData.sponsorPath.split(',')
}
@ -922,6 +920,7 @@ export default {
},
resetData () {
this.actId = ''
this.replayImgList = []
this.agencyIdArray = []
this.hideUploadBtn = false

Loading…
Cancel
Save