From e950c38ba82e5e6bc8b0c50c35e5dbb6a180165a Mon Sep 17 00:00:00 2001
From: 13404089107 <puwei@sinata.cn>
Date: 星期二, 20 五月 2025 16:43:06 +0800
Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory

---
 laboratory/src/components/DynamicComponent/service.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/laboratory/src/components/DynamicComponent/service.js b/laboratory/src/components/DynamicComponent/service.js
new file mode 100644
index 0000000..15f0014
--- /dev/null
+++ b/laboratory/src/components/DynamicComponent/service.js
@@ -0,0 +1,8 @@
+import axios from '@/utils/request';
+
+
+// 获取项目列表 获取用户列表-不分页-根据角色筛选
+export const listByRole = (data) => {
+    return axios.get('/system/user/listByRole', { params:data })
+}
+

--
Gitblit v1.7.1