Browse Source

修改找人传参

v1.1
战立标 2 years ago
parent
commit
01d7aa202e
  1. 2
      src/views/dataBoard/overview/components/MapResourceInfoMore.vue

2
src/views/dataBoard/overview/components/MapResourceInfoMore.vue

@ -268,7 +268,7 @@ export default {
this.education = data.education;
this.hobby = data.hobby;
this.dialogVisible = true
this.queryParams.serviceType =
this.queryParams.serviceOrgType =
data.type === 1 ? 'ic_user_volunteer' :
data.type === 2 ? 'party_unit' :
data.type === 3 ? 'community_org' :

Loading…
Cancel
Save