From 1fe8923ba0696dac6456c7e309541c70b9caa3db Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 06 Feb 2024 16:47:41 +0800
Subject: [PATCH] 公安安全监管-阵地管理-(档案管理+交易登记)页面档案

---
 src/api/system/user.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index b37cbf9..b58f2d4 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -128,3 +128,13 @@
     }
   })
 }
+
+export const getUserByDistrictId = (districtId) => {
+  return request({
+    url: '/api/blade-system/user/searchUserByDistrictId',
+    method: 'get',
+    params: {
+      districtId,
+    }
+  })
+}
\ No newline at end of file

--
Gitblit v1.9.3