From 46df86ef5f24f62d2d8fe52a338efdb8b4c62727 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 17 Feb 2023 11:39:33 +0800
Subject: [PATCH] textarea 字体颜色样式修改,安保活动树接口修改

---
 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