|
|
@ -298,6 +298,7 @@ export default { |
|
|
|
} |
|
|
|
this.currentLevelData = { |
|
|
|
orgId: item.id, |
|
|
|
level: item.level, |
|
|
|
orgLevel: item.level, |
|
|
|
}; |
|
|
|
} else { |
|
|
@ -413,10 +414,10 @@ export default { |
|
|
|
this.orgId = this.orgData.id; |
|
|
|
this.orgLevel = this.orgData.level; |
|
|
|
this.currentLevel = this.orgData.agencyLevel; |
|
|
|
this.currentLevelData = { |
|
|
|
/* this.currentLevelData = { |
|
|
|
orgId: this.orgId, |
|
|
|
orgLevel: this.currentLevel, |
|
|
|
}; |
|
|
|
};*/ |
|
|
|
console.log(this.currentLevelData, 'this.currentLevelData 33210') |
|
|
|
this.peopleType = this.currentLevel === "grid" ? "unit" : "staffAgency"; |
|
|
|
this.$refs.map.removeResourcesPoint(); |
|
|
|