From 1a66b24d0fa4ddebf4c15da33e0b99464742936d Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 10 Jan 2023 16:30:36 +0800
Subject: [PATCH] 1
---
src/api/home/index.js | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/api/home/index.js b/src/api/home/index.js
index 3689bc9..ede1703 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -80,4 +80,16 @@
jjdwbh
}
})
+}
+
+// 派出所责任区小区-获取三级区域数据
+export const getPoliceStationTree = (type, id) => {
+ return request({
+ url: `/api/policeStationInfo/policeStationInfo/getPoliceStationTree`,
+ method: 'get',
+ params: {
+ type,
+ id
+ }
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3