From 07f02ccd840bdd85fcba37e4e774987e41e2df16 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 03 Feb 2023 16:26:43 +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 a7ed8be..89e4cb7 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -196,6 +196,17 @@
     })
 }
 
+// 派出所默认展示小区
+export const getPoliceSationVillageInfo = (deptId) => {
+    return request({
+        url: `/api/villageInfo/villageInfo/details`,
+        method: 'get',
+        params: {
+            deptId
+        }
+    })
+}
+
 // 户籍人口、重点人口信息
 export const getVillagePersonStatisticInfoByBuildId = (buildId) => {
     return request({

--
Gitblit v1.9.3