Browse Source

Merge branch 'feature/dev_party_mange' into test

test
13176889840 3 years ago
parent
commit
5ea1f13963
  1. 1
      src/views/modules/partymember/icpartyorg-add-or-update.vue
  2. 4
      src/views/modules/visual/communityParty/community.vue

1
src/views/modules/partymember/icpartyorg-add-or-update.vue

@ -157,6 +157,7 @@
this.agencyId = localStorage.getItem('agencyId')
this.dataForm.customerId = localStorage.getItem('customerId')
this.dataForm.staffId = localStorage.getItem('staffId')
this.keyWords = ''
//
this.$nextTick(() => {

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

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

Loading…
Cancel
Save