From 06e87b8905aaa00bbcea5fe4dcb5c1c092564469 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 13 Jan 2023 09:37:44 +0800
Subject: [PATCH] 首页现有地对接接口、首页下拉框渲染逻辑完善、社区区域树形数据对接

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

diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index ae52282..f524721 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -146,4 +146,16 @@
             infos,
         }
     })
+}
+
+// 小区树形数据
+export const getPoliceStationLazyTree = (type, id) => {
+    return request({
+        url: `/api/policeStationInfo/policeStationInfo/getPoliceStationLazyTree`,
+        method: 'get',
+        params: {
+            type,
+            id
+        }
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3