From c974831a55acbc4527da4e629faccd5556051e79 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 1 Jul 2022 15:58:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=B1=E5=BF=83=E4=BA=92=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityParty/heart/heartForm.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(',')