From 6720c0b6a95d943ae1b022b5d8ba6d1f0672e0c7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 13 Jan 2023 11:26:30 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
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