Browse Source

bug

shibei_master
zhaoyongnian 3 years ago
parent
commit
7d1cf80077
  1. 4
      src/views/modules/visual/communityParty/gridParty.vue

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

@ -149,6 +149,7 @@ export default {
async mounted() {
await nextTick(100);
// await this.getAgencyList()
await this.getWorkUserInfo()
this.agencyId = this.$store.state.user.agencyId
this.getEduCount(this.$store.state.user.agencyId) //
this.getEduList() //
@ -164,7 +165,6 @@ export default {
require('../../../../assets/img/shuju/measure/other.png')
]
await this.loadOrgData()
await this.getWorkUserInfo()
// this.loadMap()
this.getMapData()
// this.isfirstInit = false
@ -489,7 +489,7 @@ export default {
if (!data.level) {
this.agencyInfo.level = 'street'
}
this.agencyInfo.agencyLevel = this.agencyInfo.level
},
(rspMsg, data) => {
this.$message.error(rspMsg)

Loading…
Cancel
Save