Browse Source

爱心互助

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

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

@ -566,8 +566,9 @@ export default {
handleChangeAgency (val) { handleChangeAgency (val) {
let obj = this.$refs["myCascader"].getCheckedNodes()[0].data let obj = this.$refs["myCascader"].getCheckedNodes()[0].data
if (obj) { if (obj) {
debugger
this.formData.sponsorId = obj.gridId this.formData.sponsorId = obj.gridId
this.formData.sponsorName = obj.agencyName this.formData.sponsorName = obj.agencyGridName
this.formData.sponsorPath = this.agencyIdArray.join(',') this.formData.sponsorPath = this.agencyIdArray.join(',')

Loading…
Cancel
Save