From 9f3fee423dd78a440e04757bfccb468bd1f3da7a Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Sun, 20 Apr 2025 20:07:03 +0800
Subject: [PATCH] 修改loading状态和完善待处理的工单信息校验和优化页面显示

---
 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