From 5c4d1db24f9af34a2b801a340a05b862fb3c7e3a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 10 Jan 2023 16:37:19 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs

---
 src/api/home/index.js |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/src/api/home/index.js b/src/api/home/index.js
index cd93f1b..7e862fc 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2022-12-27 14:19:19
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-01-10 11:50:32
+ * @LastEditTime: 2023-01-10 16:34:03
  * @FilePath: \srs-police-affairs\src\api\home\index.js
  * @Description: 
  * 
@@ -92,3 +92,15 @@
         }
     })
 }
+
+// 派出所责任区小区-获取三级区域数据
+export const getPoliceStationTree = (type, id) => {
+    return request({
+        url: `/api/policeStationInfo/policeStationInfo/getPoliceStationTree`,
+        method: 'get',
+        params: {
+            type,
+            id
+        }
+    })
+}

--
Gitblit v1.9.3