Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
49a6ce73ad
  1. 4
      src/views/modules/visual/communityParty/community.vue

4
src/views/modules/visual/communityParty/community.vue

@ -301,7 +301,7 @@ export default {
this.getCateCount(this.agencyId) this.getCateCount(this.agencyId)
await this.getWorkUserInfo() // await this.getWorkUserInfo()
// await this.getMapUnitList(this.agencyId) // await this.getMapUnitList(this.agencyId)
}, },
watch: { watch: {
@ -613,7 +613,7 @@ export default {
if (code === 0) { if (code === 0) {
this.orgData = data this.agencyInfo = data
this.orgId = this.orgData.id this.orgId = this.orgData.id
this.orgLevel = this.orgData.level this.orgLevel = this.orgData.level
this.parentPolygon = [] this.parentPolygon = []

Loading…
Cancel
Save