From 639c97afabc39d3adadc17f07fa63fbd887f40fc Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Fri, 03 Jul 2026 09:13:58 +0800
Subject: [PATCH] 中科大支线-修改

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

diff --git a/src/api/system/role.js b/src/api/system/role.js
index f13e6f4..890b91d 100644
--- a/src/api/system/role.js
+++ b/src/api/system/role.js
@@ -110,7 +110,7 @@
   })
 }
 
-// 根据角色ID查询部门树结构
+// 根据角色ID查询学院树结构
 export function deptTreeSelect(roleId) {
   return request({
     url: '/system/role/deptTree/' + roleId,

--
Gitblit v1.9.2