From c525aab78ef698d8a0041f3bddcdcfba4488a28c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 10 May 2023 17:16:45 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
src/api/dept/index.js | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 10df10c..cdeb647 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -151,6 +151,7 @@
// url: '/data/search.json',
// url: '/data/阳光小区独栋.json',
// url: '/data/search汇杰小区.json',
+ // url: '/data/search三江星座.json',
method: 'get',
requestBaseUrl: 'fengtDS',
params: {
@@ -241,13 +242,13 @@
})
}
-// 户籍人口、重点人口信息
-export const getVillagePersonStatisticInfoByBuildId = (buildId) => {
+// 户籍人口、重点人口信息 buildId/aoiId
+export const getVillagePersonStatisticInfoByBuildId = (params) => {
return request({
url: `/api/villagePersonInfo/villagePersonInfo/getVillagePersonStatisticInfoByBuildId`,
method: 'get',
params: {
- buildId
+ ...params
}
})
}
--
Gitblit v1.9.3