diff --git a/src/views/modules/communityParty/heart/heartForm.vue b/src/views/modules/communityParty/heart/heartForm.vue index 9cf79150..77908195 100644 --- a/src/views/modules/communityParty/heart/heartForm.vue +++ b/src/views/modules/communityParty/heart/heartForm.vue @@ -566,8 +566,9 @@ export default { handleChangeAgency (val) { let obj = this.$refs["myCascader"].getCheckedNodes()[0].data if (obj) { + debugger this.formData.sponsorId = obj.gridId - this.formData.sponsorName = obj.agencyName + this.formData.sponsorName = obj.agencyGridName this.formData.sponsorPath = this.agencyIdArray.join(',')