From 9859152fdaebb4162e80e8a112705bf397f35e09 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 23 Jun 2026 14:34:34 +0800
Subject: [PATCH] feat: 添加事件名称

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

diff --git a/applications/drone-command/src/api/system/role.js b/applications/drone-command/src/api/system/role.js
index 6a0954e..8d4cf7b 100644
--- a/applications/drone-command/src/api/system/role.js
+++ b/applications/drone-command/src/api/system/role.js
@@ -73,12 +73,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