From 237515cfb5239723eb9ae3cd43bfdf5b4afb3c6c Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 25 Feb 2026 17:32:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 applications/task-work-order/src/api/system/role.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/applications/task-work-order/src/api/system/role.js b/applications/task-work-order/src/api/system/role.js
index aaae6bb..fae7836 100644
--- a/applications/task-work-order/src/api/system/role.js
+++ b/applications/task-work-order/src/api/system/role.js
@@ -12,6 +12,14 @@
   });
 };
 
+export const getRoleListNew = (params) => {
+  return request({
+    url: '/blade-system/role/list',
+    method: 'get',
+    params,
+  });
+};
+
 export const getRoleList = ( params) => {
   return request({
     url: '/blade-system/role/getRoleList',

--
Gitblit v1.9.3