From 465b16182d2556568e070bd720802685c4d83ace Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sat, 14 Jan 2023 17:40:50 +0800
Subject: [PATCH] 社区房屋弹窗、活动轨迹按钮样式

---
 src/api/dept/index.js |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index a4bad04..befcbbf 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -194,4 +194,15 @@
             buildId
         }
     })
+}
+
+// 户籍人口、重点人口信息
+export const getVillagePersonInfo = (resBusId) => {
+    return request({
+        url: `/api/villagePersonInfo/villagePersonInfo/page`,
+        method: 'get',
+        params: {
+            resBusId
+        }
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3