From d415fcf98472df162ff0c4fa30ac6e470984c4e6 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 1 Jul 2022 16:09:29 +0800 Subject: [PATCH] 111 --- src/views/modules/communityParty/heart/heartForm.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: "",