|
|
@ -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) |
|
|
|