diff --git a/src/views/modules/communityParty/heart/heartForm.vue b/src/views/modules/communityParty/heart/heartForm.vue index 77908195..5d348e79 100644 --- a/src/views/modules/communityParty/heart/heartForm.vue +++ b/src/views/modules/communityParty/heart/heartForm.vue @@ -566,7 +566,7 @@ export default { handleChangeAgency (val) { let obj = this.$refs["myCascader"].getCheckedNodes()[0].data if (obj) { - debugger + this.formData.sponsorId = obj.gridId this.formData.sponsorName = obj.agencyGridName this.formData.sponsorPath = this.agencyIdArray.join(',') @@ -609,7 +609,7 @@ export default { this.formData.summaryContentHtml = this.formData.summaryContent[0].content } } - this.formData.auditSwitch = !this.formData.noauditSwitch + this.formData.noauditSwitch = !this.formData.auditSwitch if (this.formData.coverPic) { @@ -923,6 +923,7 @@ export default { resetData () { this.replayImgList = [] + this.agencyIdArray = [] this.hideUploadBtn = false this.formData = { actAddress: "",