From df93d64f72020890bf1384baba79ff72ee2cc14c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 27 Feb 2026 10:39:08 +0800
Subject: [PATCH] feat:按钮图标补充

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

diff --git a/applications/task-work-order/src/api/system/role.js b/applications/task-work-order/src/api/system/role.js
index fae7836..3508caa 100644
--- a/applications/task-work-order/src/api/system/role.js
+++ b/applications/task-work-order/src/api/system/role.js
@@ -85,12 +85,13 @@
   });
 };
 
-export const getRoleTree = tenantId => {
+export const getRoleTree = (tenantId, sysType) => {
   return request({
     url: '/blade-system/role/tree',
     method: 'get',
     params: {
       tenantId,
+      sysType
     },
   });
 };

--
Gitblit v1.9.3