From 3d90bccfcbd76fa3b0b8f7e490d5e9586a8a8862 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 27 Jun 2025 14:53:44 +0800
Subject: [PATCH] feat:数据中心下载报错
---
src/api/system/role.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/system/role.js b/src/api/system/role.js
index ef57e36..dadd865 100644
--- a/src/api/system/role.js
+++ b/src/api/system/role.js
@@ -11,6 +11,15 @@
},
});
};
+
+export const getRoleList = ( params) => {
+ return request({
+ url: '/blade-system/role/getRoleList',
+ method: 'get',
+ params: params
+ });
+};
+
export const grantTree = () => {
return request({
url: '/blade-system/menu/grant-tree',
--
Gitblit v1.9.3