diff --git a/src/views/dataBoard/renfang/index.vue b/src/views/dataBoard/renfang/index.vue index 7d04ddcd1..0b4807286 100644 --- a/src/views/dataBoard/renfang/index.vue +++ b/src/views/dataBoard/renfang/index.vue @@ -502,8 +502,9 @@ export default { async getPandectData() { const url = "/actual/base/residentHouseMerge/communityOverview"; let params = { - // orgId: "", - // level: "", + agencyId: this.orgId, + orgId: this.orgId, + level: this.orgLevel, }; const {data, code, msg} = await requestGet(url, params); @@ -666,18 +667,16 @@ export default { //地图上居民分类百分比数据 ps:感觉有点重复显示 async getPerInfo() { - const url = "/actual/base/resiCategory/categoryCountPartList"; - let params = { orgId: this.orgId, + agencyId: this.orgId, + level: this.orgLevel, }; - const { data, code, msg } = await requestGet( url, params ); - if (code === 0 && data) { // this.perInfo = { // ...iniGetPerInfo(), @@ -713,6 +712,9 @@ export default { async getResiCategoryData() { const url = "/actual/base/resiCategory/categoryCountList"; let params = { + agencyId: this.orgId, + orgId: this.orgId, + level: this.orgLevel, // id: this.orgId, // level: "agency", }; @@ -739,6 +741,9 @@ export default { async getResiCategoryForecastData() { const url = "/actual/base/resiCategory/intelligentPredictioncategoryCountList"; let params = { + agencyId: this.orgId, + orgId: this.orgId, + level: this.orgLevel, }; const {data, code, msg} = await requestGet(url, params); if (code === 0) {