Browse Source

feature
zxc 3 years ago
parent
commit
03e37456b7
  1. 1
      src/views/modules/communityService/worklog/workLogForm.vue

1
src/views/modules/communityService/worklog/workLogForm.vue

@ -265,6 +265,7 @@ export default {
this.demandUserList.forEach(d => {
if (d.demandUserId === this.formData.applicantId){
homeId = d.houseId
this.formData.applicantMobile = d.demandUserMobile
}
})
let url = '/gov/org/ichouse/'+homeId

Loading…
Cancel
Save