From d3c1f8ce02cb2f5043a4b4ad505c27748a44bf75 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 30 Jan 2023 17:35:56 +0800
Subject: [PATCH] 社区感知中tree的修改
---
src/api/dept/index.js | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index e5566d6..ee08b2f 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-11-30 15:18:29
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-01-30 15:22:52
+ * @LastEditTime: 2023-01-30 17:13:44
* @FilePath: \srs-police-affairs\src\api\dept\index.js
* @Description:
*
@@ -149,16 +149,16 @@
}
// 小区树形数据
-// export const getPoliceStationLazyTree = (type, id) => {
-// return request({
-// url: `/api/policeStationInfo/policeStationInfo/getPoliceStationLazyTree`,
-// method: 'get',
-// params: {
-// type,
-// id
-// }
-// })
-// }
+export const getPoliceStationLazyTree = (type, id) => {
+ return request({
+ url: `/api/policeStationInfo/policeStationInfo/getPoliceStationLazyTree`,
+ method: 'get',
+ params: {
+ type,
+ id
+ }
+ })
+}
// 小区树形数据
export const getPoliceStationTrees = (name) => {
--
Gitblit v1.9.3