Browse Source

调整书记看板重复 查询

feature
战立标 2 years ago
parent
commit
7bea145731
  1. 1
      src/views/dataBoard/overview/components/RequirementList.vue
  2. 5
      src/views/dataBoard/overview/index.vue

1
src/views/dataBoard/overview/components/RequirementList.vue

@ -76,6 +76,7 @@ export default {
watch: { watch: {
currentLevelData(val) { currentLevelData(val) {
if (val.orgId) { if (val.orgId) {
console.log(this.currentLevelData, 'this.currentLevelData222')
this.getUserDemandList() this.getUserDemandList()
this.getCommonDemandList() this.getCommonDemandList()
} }

5
src/views/dataBoard/overview/index.vue

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

Loading…
Cancel
Save