From e14ef8c7d972710ff28edccd6a8e9ff4fcf1684b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 07 May 2024 19:13:13 +0800
Subject: [PATCH] 安保活动时间选择方式更换
---
src/api/system/dept.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/system/dept.js b/src/api/system/dept.js
index af5c6e7..adffb72 100644
--- a/src/api/system/dept.js
+++ b/src/api/system/dept.js
@@ -79,3 +79,11 @@
})
}
+export const getPoliceStationTree = (params) => {
+ return request({
+ url: '/api/blade-system/dept/getPoliceStationTree',
+ method: 'get',
+ params: params
+ })
+}
+
--
Gitblit v1.9.3