From d9a16868be4678c9f291ea607f10134d66481daf Mon Sep 17 00:00:00 2001
From: pyt <626651354@qq.com>
Date: 星期五, 21 三月 2025 09:29:51 +0800
Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/chongzhouResettle

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

diff --git a/src/api/system/user.js b/src/api/system/user.js
index b5e3edd..792dc78 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -134,3 +134,11 @@
     method: 'get'
   })
 }
+
+// 角色选择框
+export function getRoleOptions() {
+  return request({
+    url: '/system/role/optionselect',
+    method: 'get'
+  })
+}

--
Gitblit v1.7.1