From c092522971add0ae88926eafe8adc906b9d9391c Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 14 七月 2023 09:50:43 +0800
Subject: [PATCH] 代码提交

---
 Source/UBCS-WEB/src/api/system/user.js |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/Source/UBCS-WEB/src/api/system/user.js b/Source/UBCS-WEB/src/api/system/user.js
index 9f94fef..855786d 100644
--- a/Source/UBCS-WEB/src/api/system/user.js
+++ b/Source/UBCS-WEB/src/api/system/user.js
@@ -148,3 +148,14 @@
     }
   })
 }
+
+// 鐢ㄦ埛map鍒楄〃鏌ヨ
+export const getByRoleUserList =(roleName) => {
+  return request({
+    url: '/api/ubcs-user/getByRoleUserList',
+    method: 'get',
+    params:{
+      roleName
+    }
+  })
+}
\ No newline at end of file

--
Gitblit v1.9.3